Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.solaria {
color: #f4d890;
}
.river-of-gold {
color: #e6b55c;
}
.angel-food-cake {
color: #d69f51;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--adonis-rose-yellow:#f0c24c;
--solaria:#f4d890;
--river-of-gold:#e6b55c;
--angel-food-cake:#d69f51;
}