Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #5a7f8c;
}
.special-delivery {
color: #a4b2b7;
}
.garden-country {
color: #d6c5a8;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fire-island {
color: #d94e36;
}
/* CSS Variables */
:root {
--technical-blue:#5a7f8c;
--special-delivery:#a4b2b7;
--garden-country:#d6c5a8;
--maximum-yellow-red:#f1b74b;
--fire-island:#d94e36;
}