Color names in this palette
CSS code for this palette
/* CSS */
.alesan {
color: #f1c1a7;
}
.peach-patch {
color: #f7d5a1;
}
.brushstroke {
color: #f2e1ba;
}
.child-s-play {
color: #e5b8d7;
}
.fulgrim-pink {
color: #f5b2ca;
}
/* CSS Variables */
:root {
--alesan:#f1c1a7;
--peach-patch:#f7d5a1;
--brushstroke:#f2e1ba;
--child-s-play:#e5b8d7;
--fulgrim-pink:#f5b2ca;
}