Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.peach-temptation {
color: #f2c3b1;
}
.meringue {
color: #f3e4b4;
}
.sweet-menthol {
color: #c6e7c0;
}
.blue-glint {
color: #92c8d8;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--peach-temptation:#f2c3b1;
--meringue:#f3e4b4;
--sweet-menthol:#c6e7c0;
--blue-glint:#92c8d8;
}