Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4a3d;
}
.floral-leaf {
color: #ffb84d;
}
.neon-light {
color: #ffe45c;
}
.iridescent-green {
color: #4abf6d;
}
.karimun-blue {
color: #1e9cf1;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4a3d;
--floral-leaf:#ffb84d;
--neon-light:#ffe45c;
--iridescent-green:#4abf6d;
--karimun-blue:#1e9cf1;
}