Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.cassandra-s-curse {
color: #b87a00;
}
.charlie-brown {
color: #9e5a00;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
--cassandra-s-curse:#b87a00;
--charlie-brown:#9e5a00;
}