Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b7c9d7;
}
.blue-pot {
color: #a2b3c3;
}
.diopside-blue {
color: #8390a0;
}
.whale-shark {
color: #5e7d8d;
}
.hypothalamus-grey {
color: #3f5c69;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b7c9d7;
--blue-pot:#a2b3c3;
--diopside-blue:#8390a0;
--whale-shark:#5e7d8d;
--hypothalamus-grey:#3f5c69;
}