Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f8b4d8;
}
.pink-fit {
color: #f2a6b0;
}
.rose-reminder {
color: #f5c2c8;
}
.noodles {
color: #f9e3b4;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
/* CSS Variables */
:root {
--lavender-candy:#f8b4d8;
--pink-fit:#f2a6b0;
--rose-reminder:#f5c2c8;
--noodles:#f9e3b4;
--puff-pastry-yellow:#fbcc8e;
}