Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d6e2;
}
.peppy-peacock {
color: #4dd5b8;
}
.allspice {
color: #f9cca9;
}
.princess {
color: #f1a7b4;
}
.pegeen-peony {
color: #ea9fb2;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d6e2;
--peppy-peacock:#4dd5b8;
--allspice:#f9cca9;
--princess:#f1a7b4;
--pegeen-peony:#ea9fb2;
}