Color names in this palette
CSS code for this palette
/* CSS */
.pink-bubble-tea {
color: #f9b9c3;
}
.geranium-pink {
color: #f68e9a;
}
.macaroon-rose {
color: #f6557e;
}
.azalea {
color: #d93f5e;
}
.warrior-queen {
color: #a22f4c;
}
/* CSS Variables */
:root {
--pink-bubble-tea:#f9b9c3;
--geranium-pink:#f68e9a;
--macaroon-rose:#f6557e;
--azalea:#d93f5e;
--warrior-queen:#a22f4c;
}