Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f9a4bf;
}
.peach-patch {
color: #f1d5a2;
}
.maiden-hair {
color: #f3e9c9;
}
.light-blue-glint {
color: #a8d3e1;
}
.adriatic-blue {
color: #5c8a9d;
}
/* CSS Variables */
:root {
--rogue-pink:#f9a4bf;
--peach-patch:#f1d5a2;
--maiden-hair:#f3e9c9;
--light-blue-glint:#a8d3e1;
--adriatic-blue:#5c8a9d;
}