Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.surgical {
color: #5da4c0;
}
.french-vanilla {
color: #f1e1a7;
}
.lightning-yellow {
color: #f69f2c;
}
.sour-cherry {
color: #e34c35;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--surgical:#5da4c0;
--french-vanilla:#f1e1a7;
--lightning-yellow:#f69f2c;
--sour-cherry:#e34c35;
}