Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d8;
}
.blush-hour {
color: #ff7092;
}
.cape-jasmine {
color: #ffb85c;
}
.era {
color: #d7e4e5;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d8;
--blush-hour:#ff7092;
--cape-jasmine:#ffb85c;
--era:#d7e4e5;
--ganon-blue:#a1dff7;
}