Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.calabrese {
color: #f0a5a3;
}
.melon-mist {
color: #eb7f8f;
}
.pinkish {
color: #d86f7d;
}
.our-little-secret {
color: #aa4b79;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--calabrese:#f0a5a3;
--melon-mist:#eb7f8f;
--pinkish:#d86f7d;
--our-little-secret:#aa4b79;
}