Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.sinbad {
color: #a7d7d0;
}
.celadon-green {
color: #2d8b81;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--creamy-sweet-corn:#f6c54c;
--bad-moon-yellow:#f2e6b5;
--sinbad:#a7d7d0;
--celadon-green:#2d8b81;
}