Color names in this palette
CSS code for this palette
/* CSS */
.space-wolves-grey {
color: #dae5f1;
}
.sea-cliff {
color: #a3c7e0;
}
.windjammer {
color: #5ca9e0;
}
.atmosphere {
color: #0096db;
}
.brilliant-blue {
color: #0077b3;
}
/* CSS Variables */
:root {
--space-wolves-grey:#dae5f1;
--sea-cliff:#a3c7e0;
--windjammer:#5ca9e0;
--atmosphere:#0096db;
--brilliant-blue:#0077b3;
}