Color names in this palette
CSS code for this palette
/* CSS */
.whisper-blue {
color: #e4e8f1;
}
.light-steel-blue {
color: #b0c4de;
}
.eyeshadow-blue {
color: #6b96c7;
}
.larkspur {
color: #3f7d92;
}
.capital-blue {
color: #1d4158;
}
/* CSS Variables */
:root {
--whisper-blue:#e4e8f1;
--light-steel-blue:#b0c4de;
--eyeshadow-blue:#6b96c7;
--larkspur:#3f7d92;
--capital-blue:#1d4158;
}