Color names in this palette
CSS code for this palette
/* CSS */
.sorbet-yellow {
color: #d6c400;
}
.sulphine-yellow {
color: #b8a200;
}
.apple-hill {
color: #a8a08f;
}
.high-style-beige {
color: #e3d7c4;
}
.stone-fortress {
color: #c5beaf;
}
/* CSS Variables */
:root {
--sorbet-yellow:#d6c400;
--sulphine-yellow:#b8a200;
--apple-hill:#a8a08f;
--high-style-beige:#e3d7c4;
--stone-fortress:#c5beaf;
}