Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d9e1;
}
.ice-cube {
color: #b1e2d5;
}
.fairway-mist {
color: #c6e9b4;
}
.spirit-whisper {
color: #e5f6bb;
}
.trapunto {
color: #f6eab6;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d9e1;
--ice-cube:#b1e2d5;
--fairway-mist:#c6e9b4;
--spirit-whisper:#e5f6bb;
--trapunto:#f6eab6;
}