Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.gold-drop {
color: #d36c31;
}
.river-of-gold {
color: #e6b65b;
}
.meristem {
color: #a8e1d0;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--gold-drop:#d36c31;
--river-of-gold:#e6b65b;
--meristem:#a8e1d0;
}