Color names in this palette
CSS code for this palette
/* CSS */
.glazed-raspberry {
color: #a24e61;
}
.inventive-orange {
color: #e4a06c;
}
.chai-latte {
color: #f8cba0;
}
.smooth-satin {
color: #a2d8d1;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--glazed-raspberry:#a24e61;
--inventive-orange:#e4a06c;
--chai-latte:#f8cba0;
--smooth-satin:#a2d8d1;
--windstorm:#6999c3;
}