Color names in this palette
CSS code for this palette
/* CSS */
.stone-washed {
color: #d6e1e6;
}
.corydalis-blue {
color: #a2c5d8;
}
.lagoon-blue {
color: #7da6b0;
}
.pink-fit {
color: #f6a7b2;
}
.peanut-butter-chicken {
color: #ffb65c;
}
/* CSS Variables */
:root {
--stone-washed:#d6e1e6;
--corydalis-blue:#a2c5d8;
--lagoon-blue:#7da6b0;
--pink-fit:#f6a7b2;
--peanut-butter-chicken:#ffb65c;
}