Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.green-trance {
color: #a4daa6;
}
.blouson-blue {
color: #6ab8c8;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--green-trance:#a4daa6;
--blouson-blue:#6ab8c8;
}