Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a9caa0;
}
.purple-gladiola {
color: #c2a5d4;
}
.child-s-play {
color: #e5b8d7;
}
.invigorating {
color: #f1eab7;
}
.peach-patch {
color: #f2d6a1;
}
/* CSS Variables */
:root {
--limestoned:#a9caa0;
--purple-gladiola:#c2a5d4;
--child-s-play:#e5b8d7;
--invigorating:#f1eab7;
--peach-patch:#f2d6a1;
}