Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.aerial-view {
color: #9fb2c6;
}
.wave-jumper {
color: #6b8f9e;
}
.submarine-grey {
color: #4c5b5d;
}
.wood-ash {
color: #d8c8b0;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--aerial-view:#9fb2c6;
--wave-jumper:#6b8f9e;
--submarine-grey:#4c5b5d;
--wood-ash:#d8c8b0;
}