Color names in this palette
CSS code for this palette
/* CSS */
.moonshade {
color: #5b6f9a;
}
.soothsayer {
color: #7e94b9;
}
.elizabeth-blue {
color: #a1b3d4;
}
.light-sea-cliff {
color: #b5d3e8;
}
.prettiest-pink {
color: #e5a4c7;
}
/* CSS Variables */
:root {
--moonshade:#5b6f9a;
--soothsayer:#7e94b9;
--elizabeth-blue:#a1b3d4;
--light-sea-cliff:#b5d3e8;
--prettiest-pink:#e5a4c7;
}