Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.garish-blue {
color: #00a7b3;
}
.egyptian-enamel {
color: #005c66;
}
.lemon-filling {
color: #f8e6a5;
}
.crunch {
color: #f2b95f;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--garish-blue:#00a7b3;
--egyptian-enamel:#005c66;
--lemon-filling:#f8e6a5;
--crunch:#f2b95f;
}