Color names in this palette
CSS code for this palette
/* CSS */
.rockpool {
color: #4f9da1;
}
.meridian-star {
color: #78c9b2;
}
.sparkling-mint {
color: #a3e0d3;
}
.cameo-cream {
color: #f1e2c1;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--rockpool:#4f9da1;
--meridian-star:#78c9b2;
--sparkling-mint:#a3e0d3;
--cameo-cream:#f1e2c1;
--blue-angels-yellow:#fab700;
}