Color names in this palette
CSS code for this palette
/* CSS */
.white-solid {
color: #f5f7fa;
}
.whisper-blue {
color: #e3e8f2;
}
.morning-star {
color: #c2cfe5;
}
.elizabeth-blue {
color: #a1b3d4;
}
.della-robbia-blue {
color: #7b9bcc;
}
/* CSS Variables */
:root {
--white-solid:#f5f7fa;
--whisper-blue:#e3e8f2;
--morning-star:#c2cfe5;
--elizabeth-blue:#a1b3d4;
--della-robbia-blue:#7b9bcc;
}