Color names in this palette
CSS code for this palette
/* CSS */
.simple-white {
color: #dfd9d2;
}
.cracked-earth {
color: #c4b2a1;
}
.foggy-sunrise {
color: #a89c8f;
}
.tulip-white {
color: #f1e5d0;
}
.almond-cream {
color: #f4c19f;
}
/* CSS Variables */
:root {
--simple-white:#dfd9d2;
--cracked-earth:#c4b2a1;
--foggy-sunrise:#a89c8f;
--tulip-white:#f1e5d0;
--almond-cream:#f4c19f;
}