Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.sunny-mood {
color: #f6c84c;
}
.lazy-daisy {
color: #f8e9a0;
}
.lime-lizard {
color: #a3d55d;
}
.pressed-rose {
color: #f1a8a7;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--sunny-mood:#f6c84c;
--lazy-daisy:#f8e9a0;
--lime-lizard:#a3d55d;
--pressed-rose:#f1a8a7;
}