Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.desert-mauve {
color: #ead2d7;
}
.ibis {
color: #f2b1c3;
}
.geranium-pink {
color: #f58e9e;
}
.blush-d-amour {
color: #d85a84;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--desert-mauve:#ead2d7;
--ibis:#f2b1c3;
--geranium-pink:#f58e9e;
--blush-d-amour:#d85a84;
}