Color names in this palette
CSS code for this palette
/* CSS */
.folksy-gold {
color: #d39969;
}
.almond-cream {
color: #f4c19f;
}
.cr-me-vanille {
color: #f1f1df;
}
.spoiled-rotten {
color: #b1c0e7;
}
.greek-sea {
color: #799dec;
}
/* CSS Variables */
:root {
--folksy-gold:#d39969;
--almond-cream:#f4c19f;
--cr-me-vanille:#f1f1df;
--spoiled-rotten:#b1c0e7;
--greek-sea:#799dec;
}