Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a9d8e0;
}
.distant-shore {
color: #c1d6e2;
}
.chinaberry-bloom {
color: #d6c2d5;
}
.ibis {
color: #f2b1c0;
}
.salmon-pok-bowl {
color: #f17979;
}
/* CSS Variables */
:root {
--winsome-hue:#a9d8e0;
--distant-shore:#c1d6e2;
--chinaberry-bloom:#d6c2d5;
--ibis:#f2b1c0;
--salmon-pok-bowl:#f17979;
}