Color names in this palette
CSS code for this palette
/* CSS */
.faded-flaxflower {
color: #9fb3c1;
}
.quilotoa-blue {
color: #7e9bae;
}
.brittany-blue {
color: #4b7e8b;
}
.blumine {
color: #2f5c6f;
}
.subterranean-river {
color: #193b4d;
}
/* CSS Variables */
:root {
--faded-flaxflower:#9fb3c1;
--quilotoa-blue:#7e9bae;
--brittany-blue:#4b7e8b;
--blumine:#2f5c6f;
--subterranean-river:#193b4d;
}