Color names in this palette
CSS code for this palette
/* CSS */
.valerie {
color: #fce3e7;
}
.love-spell {
color: #f9b4c4;
}
.pink-fit {
color: #f6a2b0;
}
.primrose-garden {
color: #f4959e;
}
.steamed-salmon {
color: #f28288;
}
/* CSS Variables */
:root {
--valerie:#fce3e7;
--love-spell:#f9b4c4;
--pink-fit:#f6a2b0;
--primrose-garden:#f4959e;
--steamed-salmon:#f28288;
}