Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #b8e0ff;
}
.terrace-pool {
color: #a3d6e0;
}
.broom-butterfly-blue {
color: #69b3d8;
}
.oasis-spring {
color: #4a9fc9;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--dithered-sky:#b8e0ff;
--terrace-pool:#a3d6e0;
--broom-butterfly-blue:#69b3d8;
--oasis-spring:#4a9fc9;
--sea-sight:#007a99;
}