Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.deep-ultramarine {
color: #3e4e8e;
}
.hydrangea {
color: #718fc6;
}
.artesian-pool {
color: #a3c2e0;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--deep-ultramarine:#3e4e8e;
--hydrangea:#718fc6;
--artesian-pool:#a3c2e0;
--child-of-light:#f1f5f8;
}