Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f9a4c0;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.venetian-rose {
color: #f1c6e0;
}
.ginger-peach {
color: #f9d39f;
}
.clarified-orange {
color: #f9a35d;
}
/* CSS Variables */
:root {
--rogue-pink:#f9a4c0;
--cotton-candy-aesthetic:#f5b7e2;
--venetian-rose:#f1c6e0;
--ginger-peach:#f9d39f;
--clarified-orange:#f9a35d;
}