Color names in this palette
CSS code for this palette
/* CSS */
.pink-hydrangea {
color: #f9c3b9;
}
.pink-fit {
color: #f6a7b2;
}
.flower-blossom-pink {
color: #f27d8b;
}
.purple-orchid {
color: #b04a89;
}
.sapphire-siren {
color: #6b1b8d;
}
/* CSS Variables */
:root {
--pink-hydrangea:#f9c3b9;
--pink-fit:#f6a7b2;
--flower-blossom-pink:#f27d8b;
--purple-orchid:#b04a89;
--sapphire-siren:#6b1b8d;
}