Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.refreshing-pool {
color: #b8e5e5;
}
.distant-horizon {
color: #f1f9f9;
}
.coastal-breeze {
color: #e1f7f9;
}
.touch-of-turquoise {
color: #9fd6ce;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--refreshing-pool:#b8e5e5;
--distant-horizon:#f1f9f9;
--coastal-breeze:#e1f7f9;
--touch-of-turquoise:#9fd6ce;
}