Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.first-date {
color: #f7b2a1;
}
.arts-crafts-gold {
color: #f8c48b;
}
.vanilla-pudding {
color: #f4e46c;
}
.curd {
color: #f9e1b9;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--first-date:#f7b2a1;
--arts-crafts-gold:#f8c48b;
--vanilla-pudding:#f4e46c;
--curd:#f9e1b9;
}