Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a7dae2;
}
.alice-blue {
color: #f0f9ff;
}
.refreshing-pool {
color: #b8e5e5;
}
.chefchaouen-blue {
color: #a5d2e9;
}
.milky-way {
color: #e7f5f9;
}
/* CSS Variables */
:root {
--winsome-hue:#a7dae2;
--alice-blue:#f0f9ff;
--refreshing-pool:#b8e5e5;
--chefchaouen-blue:#a5d2e9;
--milky-way:#e7f5f9;
}