Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.orange-pospsicle {
color: #f2a60d;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.indocile-tiger {
color: #b86e00;
}
.charlie-brown {
color: #9e5200;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--orange-pospsicle:#f2a60d;
--fleur-de-sel-caramel:#d68b00;
--indocile-tiger:#b86e00;
--charlie-brown:#9e5200;
}