Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.creamy-sweet-corn {
color: #f8c149;
}
.ripe-pear {
color: #e3e56c;
}
.fountain-city {
color: #9ad5d2;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--creamy-sweet-corn:#f8c149;
--ripe-pear:#e3e56c;
--fountain-city:#9ad5d2;
--dirty-blue:#407f9c;
}