Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b3e6;
}
.iced-apricot {
color: #f1d6c1;
}
.coral-bells {
color: #f9c4b9;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b3e6;
--iced-apricot:#f1d6c1;
--coral-bells:#f9c4b9;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}