Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #599acf;
}
.glacier-point {
color: #b3d9e5;
}
.tender-peach {
color: #fbd5b7;
}
.candy-heart-pink {
color: #f7a3a1;
}
.kiss-me-more {
color: #e06789;
}
/* CSS Variables */
:root {
--winter-lakes:#599acf;
--glacier-point:#b3d9e5;
--tender-peach:#fbd5b7;
--candy-heart-pink:#f7a3a1;
--kiss-me-more:#e06789;
}