Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.forsythia-blossom {
color: #f9d66c;
}
.cameo-cream {
color: #f4e2c3;
}
.light-blue-glint {
color: #a8d3e1;
}
.jugendstil-turquoise {
color: #5e9b9c;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--forsythia-blossom:#f9d66c;
--cameo-cream:#f4e2c3;
--light-blue-glint:#a8d3e1;
--jugendstil-turquoise:#5e9b9c;
}