Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blue-shimmer {
color: #b1d9e2;
}
.diamond-white {
color: #dfeff6;
}
.terrace-pool {
color: #a1dae2;
}
.broom-butterfly-blue {
color: #6fb6d8;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blue-shimmer:#b1d9e2;
--diamond-white:#dfeff6;
--terrace-pool:#a1dae2;
--broom-butterfly-blue:#6fb6d8;
}