Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e497b;
}
.titanium-blue {
color: #5b7a8f;
}
.iron-earth {
color: #8ca4a6;
}
.double-spanish-white {
color: #d1c2a3;
}
.algerian-coral {
color: #f75c4b;
}
/* CSS Variables */
:root {
--theatre-blue:#1e497b;
--titanium-blue:#5b7a8f;
--iron-earth:#8ca4a6;
--double-spanish-white:#d1c2a3;
--algerian-coral:#f75c4b;
}