Color names in this palette
CSS code for this palette
/* CSS */
.sweet-nectar {
color: #f9c0ae;
}
.her-majesty {
color: #f8a5a5;
}
.flower-blossom-pink {
color: #f57a8b;
}
.artful-pink {
color: #d06c83;
}
.magenta-haze {
color: #a04b72;
}
/* CSS Variables */
:root {
--sweet-nectar:#f9c0ae;
--her-majesty:#f8a5a5;
--flower-blossom-pink:#f57a8b;
--artful-pink:#d06c83;
--magenta-haze:#a04b72;
}