Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.neighborly-peach {
color: #f3c0a5;
}
.majestic-treasures {
color: #f4e7a4;
}
.ultra-mint {
color: #a5f3c0;
}
.light-shimmer {
color: #a5d1f3;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--neighborly-peach:#f3c0a5;
--majestic-treasures:#f4e7a4;
--ultra-mint:#a5f3c0;
--light-shimmer:#a5d1f3;
}