Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.sweetheart {
color: #f1c6d9;
}
.plaster-mix {
color: #e7d1a6;
}
.whirlpool {
color: #a6d8c9;
}
.reef-waters {
color: #6ca1ac;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--sweetheart:#f1c6d9;
--plaster-mix:#e7d1a6;
--whirlpool:#a6d8c9;
--reef-waters:#6ca1ac;
}