Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e0f9;
}
.terrace-pool {
color: #a3d7e0;
}
.blue-glint {
color: #8dc6d8;
}
.charter {
color: #6cb4d0;
}
.surgical {
color: #59a3c0;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e0f9;
--terrace-pool:#a3d7e0;
--blue-glint:#8dc6d8;
--charter:#6cb4d0;
--surgical:#59a3c0;
}