Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a2c2e6;
}
.hydrangea-pink {
color: #e7b1c7;
}
.gold-sand {
color: #f9e6a9;
}
.peach-damask {
color: #f9c6a9;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--sky-high:#a2c2e6;
--hydrangea-pink:#e7b1c7;
--gold-sand:#f9e6a9;
--peach-damask:#f9c6a9;
--soviet-gold:#ffd900;
}