Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.pale-pear {
color: #f7da6e;
}
.fresh-yellow {
color: #f9e190;
}
.star-studded {
color: #f8ebaf;
}
.pismo-dunes {
color: #f4d8a4;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--pale-pear:#f7da6e;
--fresh-yellow:#f9e190;
--star-studded:#f8ebaf;
--pismo-dunes:#f4d8a4;
}