Color names in this palette
CSS code for this palette
/* CSS */
.violet-wisp {
color: #c8d3e4;
}
.light-blue-grey {
color: #b7c9e1;
}
.blue-bell {
color: #87b0d4;
}
.come-sail-away {
color: #5b91c8;
}
.celestial-plum {
color: #3c7dc3;
}
/* CSS Variables */
:root {
--violet-wisp:#c8d3e4;
--light-blue-grey:#b7c9e1;
--blue-bell:#87b0d4;
--come-sail-away:#5b91c8;
--celestial-plum:#3c7dc3;
}