Color names in this palette
CSS code for this palette
/* CSS */
.sandrock {
color: #c5b19b;
}
.ultimate-grey {
color: #a7a8aa;
}
.relaxing-blue {
color: #8a9ba8;
}
.technical-blue {
color: #5a7c8c;
}
.very-navy {
color: #3b4959;
}
/* CSS Variables */
:root {
--sandrock:#c5b19b;
--ultimate-grey:#a7a8aa;
--relaxing-blue:#8a9ba8;
--technical-blue:#5a7c8c;
--very-navy:#3b4959;
}