Color names in this palette
CSS code for this palette
/* CSS */
.calming-space {
color: #a8b6c2;
}
.virginia-blue {
color: #b7c3d7;
}
.whisper-blue {
color: #e3e8f2;
}
.wash-me {
color: #f8fafc;
}
.take-five {
color: #b3c9d5;
}
/* CSS Variables */
:root {
--calming-space:#a8b6c2;
--virginia-blue:#b7c3d7;
--whisper-blue:#e3e8f2;
--wash-me:#f8fafc;
--take-five:#b3c9d5;
}