Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3a56;
}
.ocean-call {
color: #296b8e;
}
.maui-blue {
color: #50a3b4;
}
.mintos {
color: #7dd8c9;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--regal-blue:#1f3a56;
--ocean-call:#296b8e;
--maui-blue:#50a3b4;
--mintos:#7dd8c9;
--bleached-silk:#f2f2f2;
}