Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.brilliant-beige {
color: #f1c4b7;
}
.pink-dogwood {
color: #f5d1d2;
}
.pretty-petunia {
color: #dab7e6;
}
.aqua-wish {
color: #a1e3d0;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--brilliant-beige:#f1c4b7;
--pink-dogwood:#f5d1d2;
--pretty-petunia:#dab7e6;
--aqua-wish:#a1e3d0;
}