Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.peach-patch {
color: #f4d69f;
}
.citrus-sachet {
color: #f6c9a7;
}
.bruin-spice {
color: #d3b99c;
}
.ulthuan-grey {
color: #c8e0d9;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--peach-patch:#f4d69f;
--citrus-sachet:#f6c9a7;
--bruin-spice:#d3b99c;
--ulthuan-grey:#c8e0d9;
}