Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.azureish-white {
color: #dbe5f5;
}
.template {
color: #a4c7e5;
}
.sanctuary-spa {
color: #68b3e8;
}
.quiet-night {
color: #3b8dba;
}
/* CSS Variables */
:root {
--white:#ffffff;
--azureish-white:#dbe5f5;
--template:#a4c7e5;
--sanctuary-spa:#68b3e8;
--quiet-night:#3b8dba;
}