Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f8c1b4;
}
.roseberry {
color: #f7a8a1;
}
.coral-pink {
color: #f57e7a;
}
.jinzamomi-pink {
color: #f55f5c;
}
.vivaldi-red {
color: #f23a3a;
}
/* CSS Variables */
:root {
--apricot-obsession:#f8c1b4;
--roseberry:#f7a8a1;
--coral-pink:#f57e7a;
--jinzamomi-pink:#f55f5c;
--vivaldi-red:#f23a3a;
}