Color names in this palette
CSS code for this palette
/* CSS */
.passive-pink {
color: #d9a1a2;
}
.first-peach {
color: #f4c8c8;
}
.bride-s-blush {
color: #f9e1e1;
}
.citrus-sachet {
color: #f4c7a9;
}
.high-honey {
color: #e2ba4b;
}
/* CSS Variables */
:root {
--passive-pink:#d9a1a2;
--first-peach:#f4c8c8;
--bride-s-blush:#f9e1e1;
--citrus-sachet:#f4c7a9;
--high-honey:#e2ba4b;
}