Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.rose-reminder {
color: #f4c3c7;
}
.illuminated {
color: #f8e4d8;
}
.sandalwood-beige {
color: #f2d1b1;
}
.white-acorn {
color: #daa78b;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--rose-reminder:#f4c3c7;
--illuminated:#f8e4d8;
--sandalwood-beige:#f2d1b1;
--white-acorn:#daa78b;
}