Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.old-fashioned-pink {
color: #f6c6ce;
}
.poetic-princess {
color: #f9e1e3;
}
.ginger-peach {
color: #f9d39f;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--old-fashioned-pink:#f6c6ce;
--poetic-princess:#f9e1e3;
--ginger-peach:#f9d39f;
--orange-pospsicle:#f2a60d;
}