Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.coral-gold {
color: #d47549;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--coral-gold:#d47549;
}