Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.floral-leaf {
color: #ffb84d;
}
.spirited-yellow {
color: #ffdc85;
}
.rosey-afterglow {
color: #f8c9d1;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--floral-leaf:#ffb84d;
--spirited-yellow:#ffdc85;
--rosey-afterglow:#f8c9d1;
--blood-burst:#ff4d4d;
}