Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.dream-of-spring {
color: #f6d12c;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.terrace-pool {
color: #a1d6e2;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--dream-of-spring:#f6d12c;
--bad-moon-yellow:#f2e5b5;
--terrace-pool:#a1d6e2;
--wiener-schnitzel:#f09c00;
}