Color names in this palette
CSS code for this palette
/* CSS */
.moonshade {
color: #596d9b;
}
.qi-n-h-i-grey {
color: #8b9fb1;
}
.blissful-blue {
color: #b2c7d7;
}
.bellflower-blue {
color: #e0e9f0;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--moonshade:#596d9b;
--qi-n-h-i-grey:#8b9fb1;
--blissful-blue:#b2c7d7;
--bellflower-blue:#e0e9f0;
--wash-me:#f8fafc;
}