Color names in this palette
CSS code for this palette
/* CSS */
.seraphim-sepia {
color: #d67d4c;
}
.earth-yellow {
color: #e1a75b;
}
.california-chamois {
color: #e8b76d;
}
.popcorn {
color: #f4d07b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--seraphim-sepia:#d67d4c;
--earth-yellow:#e1a75b;
--california-chamois:#e8b76d;
--popcorn:#f4d07b;
--solar-plexus-chakra:#f1c84b;
}