Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.calabrese {
color: #f1a4a2;
}
.melon-mist {
color: #e57b92;
}
.raspberry-mousse {
color: #e16b8a;
}
.dahlia-mauve {
color: #b65d8a;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--calabrese:#f1a4a2;
--melon-mist:#e57b92;
--raspberry-mousse:#e16b8a;
--dahlia-mauve:#b65d8a;
}