Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.plum-blossom {
color: #f2a1a2;
}
.hope {
color: #e77e9d;
}
.pretty-in-plum {
color: #d05387;
}
.dragon-s-fire {
color: #9d2a5c;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--plum-blossom:#f2a1a2;
--hope:#e77e9d;
--pretty-in-plum:#d05387;
--dragon-s-fire:#9d2a5c;
}