Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.waikawa-grey {
color: #5b6e8f;
}
.aerial-view {
color: #9cb2c9;
}
.ogryn-wash {
color: #d1a04d;
}
.gladiator-leather {
color: #a95d3d;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--waikawa-grey:#5b6e8f;
--aerial-view:#9cb2c9;
--ogryn-wash:#d1a04d;
--gladiator-leather:#a95d3d;
}