Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #ffe68a;
}
.winter-s-day {
color: #dbf4ff;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--floral-leaf:#ffb84d;
--bicycle-yellow:#ffe68a;
--winter-s-day:#dbf4ff;
--olympic-blue:#4b91e2;
}