Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e9b9d3;
}
.chinaberry-bloom {
color: #d6c2d5;
}
.wind-weaver {
color: #c6d2d7;
}
.blue-dam {
color: #a1c6d4;
}
.cerulean-frost {
color: #6e9dc4;
}
/* CSS Variables */
:root {
--child-s-play:#e9b9d3;
--chinaberry-bloom:#d6c2d5;
--wind-weaver:#c6d2d7;
--blue-dam:#a1c6d4;
--cerulean-frost:#6e9dc4;
}