Color names in this palette
CSS code for this palette
/* CSS */
.azureish-white {
color: #dbe5f5;
}
.promise-keeping {
color: #b4c8e9;
}
.aster-flower-blue {
color: #9fb0d6;
}
.kindred {
color: #709cd7;
}
.curious-blue {
color: #3e7fbb;
}
/* CSS Variables */
:root {
--azureish-white:#dbe5f5;
--promise-keeping:#b4c8e9;
--aster-flower-blue:#9fb0d6;
--kindred:#709cd7;
--curious-blue:#3e7fbb;
}