Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2b6f8c;
}
.rockpool {
color: #4ea29f;
}
.meridian-star {
color: #7ec9b5;
}
.green-gooseberry {
color: #b1e0a3;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--faience:#2b6f8c;
--rockpool:#4ea29f;
--meridian-star:#7ec9b5;
--green-gooseberry:#b1e0a3;
--marigold-dust:#f4cf3e;
}