Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.buttery-salmon {
color: #ffb09e;
}
.zinnia-gold {
color: #ffd980;
}
.blizzard-blue {
color: #9ee4f0;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--buttery-salmon:#ffb09e;
--zinnia-gold:#ffd980;
--blizzard-blue:#9ee4f0;
--light-mint:#b7fbbe;
}