Color names in this palette
CSS code for this palette
/* CSS */
.crocus-tint {
color: #fff0c7;
}
.golden-lake {
color: #d9c8a1;
}
.apple-hill {
color: #a59e8d;
}
.cornsilk-yellow {
color: #f2c66e;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--crocus-tint:#fff0c7;
--golden-lake:#d9c8a1;
--apple-hill:#a59e8d;
--cornsilk-yellow:#f2c66e;
--floral-leaf:#ffb84d;
}