Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.forsythia-blossom {
color: #f9d66c;
}
.menoth-white-base {
color: #f1e8b7;
}
.ice-cold-stare {
color: #b3d9ff;
}
.scanda {
color: #6c8fac;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--forsythia-blossom:#f9d66c;
--menoth-white-base:#f1e8b7;
--ice-cold-stare:#b3d9ff;
--scanda:#6c8fac;
}