Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.antique-cameo {
color: #f0baa3;
}
.beryl-red {
color: #a45b80;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--antique-cameo:#f0baa3;
--beryl-red:#a45b80;
--optimistic-yellow:#f4e1a4;
}