Bermuda uses the pattern of
monocromatic colors. As a
default color Bermuda uses
#001675
For some standout components like aletrs, Bermuda uses shades
of red, green and yellow colors. All the colors are listed
below with respective hex-codes. Bermuda also provides the
on-hover colors with a little bit of darker shade.
Colors In Bermuda
#001675
Default Color
#4265ff
Primary Color
#f3f4f6
Secondary Color
#f44336
Danger Color
#4caf50
Success Color
#e6b000
Warning Color
<div class="bg-default">
<span>#001675</span>
<span>Default Color</span>
</div>
<div class="bg-primary">
<span>#001675</span>
<span>Primary Color</span>
</div>
<div class="text-dark bg-secondary">
<span>#001675</span>
<span>Secondary Color</span>
</div>
<div class="bg-danger">
<span>#001675</span>
<span>Danger Color</span>
</div>
<div class="bg-success">
<span>#001675</span>
<span>Success Color</span>
</div>
<div class="bg-warning">
<span>#001675</span>
<span>Warning Color</span>
</div>
Done!
These are the only colors that Bermuda uses to make UIs look
awesome.