Color names in this palette
CSS code for this palette
/* CSS */
.cremini {
color: #d4a13a;
}
.aztec-glimmer {
color: #e8b34a;
}
.rayo-de-sol {
color: #f4c557;
}
.lighthouse-glow {
color: #f7d669;
}
.buttery-croissant {
color: #f2e19c;
}
/* CSS Variables */
:root {
--cremini:#d4a13a;
--aztec-glimmer:#e8b34a;
--rayo-de-sol:#f4c557;
--lighthouse-glow:#f7d669;
--buttery-croissant:#f2e19c;
}