Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a000;
}
.lemonade-stand {
color: #f6c73c;
}
.banana-br-l-e {
color: #f7e9bb;
}
.winsome-hue {
color: #a8d8e1;
}
.cerulean-frost {
color: #6d9cc5;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a000;
--lemonade-stand:#f6c73c;
--banana-br-l-e:#f7e9bb;
--winsome-hue:#a8d8e1;
--cerulean-frost:#6d9cc5;
}