Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.peach-patch {
color: #f3d7a0;
}
.corn-field {
color: #f6f3c6;
}
.silent-ripple {
color: #a7e6db;
}
.squeaky {
color: #6dc9d9;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--peach-patch:#f3d7a0;
--corn-field:#f6f3c6;
--silent-ripple:#a7e6db;
--squeaky:#6dc9d9;
}