Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a5;
}
.gossamer-pink {
color: #f9c6c3;
}
.yellow-shimmer {
color: #f7e1ca;
}
.sorreno-lemon {
color: #f2d35a;
}
.sunday-afternoon {
color: #f9c776;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a5;
--gossamer-pink:#f9c6c3;
--yellow-shimmer:#f7e1ca;
--sorreno-lemon:#f2d35a;
--sunday-afternoon:#f9c776;
}