Color names in this palette
CSS code for this palette
/* CSS */
.blue-square {
color: #4f8b9c;
}
.peppermint-fresh {
color: #69bf9a;
}
.granny-smith-apple {
color: #a0dd8d;
}
.marigold-dust {
color: #f2d140;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--blue-square:#4f8b9c;
--peppermint-fresh:#69bf9a;
--granny-smith-apple:#a0dd8d;
--marigold-dust:#f2d140;
--miami-marmalade:#f78d1d;
}