Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c6e0;
}
.azureish-white {
color: #dbe5f5;
}
.denim-light {
color: #b7cad7;
}
.hazy-daze {
color: #a3b8c7;
}
.serene-stream {
color: #809da8;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c6e0;
--azureish-white:#dbe5f5;
--denim-light:#b7cad7;
--hazy-daze:#a3b8c7;
--serene-stream:#809da8;
}