Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.crystal-glass-green {
color: #b2e0c9;
}
.forsythia-blossom {
color: #f5d870;
}
.lemon-dream {
color: #f0a400;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--crystal-glass-green:#b2e0c9;
--forsythia-blossom:#f5d870;
--lemon-dream:#f0a400;
--entan-red:#e76e50;
}