Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.shocking-orange {
color: #ff6d1f;
}
.kurenai-red {
color: #d60039;
}
.heliotrope-magenta {
color: #a400b3;
}
.l-n-s-blue {
color: #4d4dff;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--shocking-orange:#ff6d1f;
--kurenai-red:#d60039;
--heliotrope-magenta:#a400b3;
--l-n-s-blue:#4d4dff;
}