Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e7b6d7;
}
.rose-mallow {
color: #f1a7c6;
}
.peach-punch {
color: #f89b9b;
}
.yellow-currant {
color: #f5c76b;
}
.sandstorm {
color: #f0d23d;
}
/* CSS Variables */
:root {
--child-s-play:#e7b6d7;
--rose-mallow:#f1a7c6;
--peach-punch:#f89b9b;
--yellow-currant:#f5c76b;
--sandstorm:#f0d23d;
}