Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.apricot-obsession {
color: #f9c0b4;
}
.lady-anne {
color: #fce3de;
}
.sweet-lilac {
color: #e7b6d0;
}
.bright-ube {
color: #d3a5e9;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--apricot-obsession:#f9c0b4;
--lady-anne:#fce3de;
--sweet-lilac:#e7b6d0;
--bright-ube:#d3a5e9;
}