Color names in this palette
CSS code for this palette
/* CSS */
.apricot-gelato {
color: #f7d5b0;
}
.mandys-pink {
color: #f4b79f;
}
.hope {
color: #e57b9d;
}
.mulberry-yogurt {
color: #c3508f;
}
.amaranth-deep-purple {
color: #9d2a73;
}
/* CSS Variables */
:root {
--apricot-gelato:#f7d5b0;
--mandys-pink:#f4b79f;
--hope:#e57b9d;
--mulberry-yogurt:#c3508f;
--amaranth-deep-purple:#9d2a73;
}