Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c0;
}
.first-daughter {
color: #f9d2d8;
}
.rosy-outlook {
color: #f4aa9f;
}
.pizazz-peach {
color: #f8c796;
}
.friendly-yellow {
color: #f6e2b1;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c0;
--first-daughter:#f9d2d8;
--rosy-outlook:#f4aa9f;
--pizazz-peach:#f8c796;
--friendly-yellow:#f6e2b1;
}