Color names in this palette
CSS code for this palette
/* CSS */
.nasturtium {
color: #ff5b29;
}
.floral-leaf {
color: #ffb84d;
}
.lime-lizard {
color: #a3d55d;
}
.may-day {
color: #4fc9c9;
}
.feather-star {
color: #509bf2;
}
/* CSS Variables */
:root {
--nasturtium:#ff5b29;
--floral-leaf:#ffb84d;
--lime-lizard:#a3d55d;
--may-day:#4fc9c9;
--feather-star:#509bf2;
}