Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.egg-toast {
color: #f6c80e;
}
.fluffy-duckling {
color: #f9e339;
}
.fringy-flower {
color: #b7e1b7;
}
.tranquili-teal {
color: #6d9eab;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--egg-toast:#f6c80e;
--fluffy-duckling:#f9e339;
--fringy-flower:#b7e1b7;
--tranquili-teal:#6d9eab;
}