Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.glitzy-gold {
color: #d69e2e;
}
.bright-eggplant {
color: #5b4b8b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--glitzy-gold:#d69e2e;
--bright-eggplant:#5b4b8b;
--grapefruit-pulp:#ff6e61;
}