Color names in this palette
CSS code for this palette
/* CSS */
.nasturtium {
color: #ff5b2e;
}
.sunset-yellow {
color: #ff8b3d;
}
.lemon-twist {
color: #ffd95c;
}
.burst-of-lime {
color: #a4d84b;
}
.electric-lemonade {
color: #5cdae6;
}
/* CSS Variables */
:root {
--nasturtium:#ff5b2e;
--sunset-yellow:#ff8b3d;
--lemon-twist:#ffd95c;
--burst-of-lime:#a4d84b;
--electric-lemonade:#5cdae6;
}