Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.pink-fit {
color: #f6a2b2;
}
.buttery-croissant {
color: #f5e29e;
}
.pretty-petunia {
color: #dab2e0;
}
.holiday-camp {
color: #6f9f7e;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--pink-fit:#f6a2b2;
--buttery-croissant:#f5e29e;
--pretty-petunia:#dab2e0;
--holiday-camp:#6f9f7e;
}