Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #b8e0ff;
}
.terrace-pool {
color: #a3d6e0;
}
.not-a-cloud-in-sight {
color: #85c4d1;
}
.fountain-blue {
color: #61b0b3;
}
.blue-chill {
color: #3b8c8b;
}
/* CSS Variables */
:root {
--dithered-sky:#b8e0ff;
--terrace-pool:#a3d6e0;
--not-a-cloud-in-sight:#85c4d1;
--fountain-blue:#61b0b3;
--blue-chill:#3b8c8b;
}