Color names in this palette
CSS code for this palette
/* CSS */
.apricot-gelato {
color: #f7d6b1;
}
.orange-grove {
color: #fbb08e;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.blush-d-amour {
color: #d85a84;
}
.wisteria {
color: #a77ccb;
}
/* CSS Variables */
:root {
--apricot-gelato:#f7d6b1;
--orange-grove:#fbb08e;
--salmon-pok-bowl:#f57a7a;
--blush-d-amour:#d85a84;
--wisteria:#a77ccb;
}