Color names in this palette
CSS code for this palette
/* CSS */
.anti-flash-white {
color: #f1f3f4;
}
.sweet-illusion {
color: #e1e8ea;
}
.frozen-blue {
color: #a6c4d9;
}
.shakespeare {
color: #5d9cbb;
}
.larkspur {
color: #3f7d92;
}
/* CSS Variables */
:root {
--anti-flash-white:#f1f3f4;
--sweet-illusion:#e1e8ea;
--frozen-blue:#a6c4d9;
--shakespeare:#5d9cbb;
--larkspur:#3f7d92;
}