Color names in this palette
CSS code for this palette
/* CSS */
.high-style {
color: #a6b1d8;
}
.silver-sweetpea {
color: #c2c6e0;
}
.himalaya-peaks {
color: #e4eaf1;
}
.gold-sand {
color: #f6e6a7;
}
.crunch {
color: #f2b95f;
}
/* CSS Variables */
:root {
--high-style:#a6b1d8;
--silver-sweetpea:#c2c6e0;
--himalaya-peaks:#e4eaf1;
--gold-sand:#f6e6a7;
--crunch:#f2b95f;
}