Color names in this palette
CSS code for this palette
/* CSS */
.wild-orchid-blue {
color: #b0b0dd;
}
.purity {
color: #d6c4e3;
}
.eau-de-rose {
color: #e2b6d3;
}
.banan-appeal {
color: #f7efa6;
}
.shrimp-toast {
color: #f7c3a1;
}
/* CSS Variables */
:root {
--wild-orchid-blue:#b0b0dd;
--purity:#d6c4e3;
--eau-de-rose:#e2b6d3;
--banan-appeal:#f7efa6;
--shrimp-toast:#f7c3a1;
}