Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.aerial-view {
color: #a2b3c8;
}
.sell-out {
color: #8ea1b8;
}
.provincial-blue {
color: #5d7a92;
}
.midnight-interlude {
color: #2f4b6f;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--aerial-view:#a2b3c8;
--sell-out:#8ea1b8;
--provincial-blue:#5d7a92;
--midnight-interlude:#2f4b6f;
}