Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1c4f8d;
}
.ashton-blue {
color: #4a7eba;
}
.thredbo {
color: #75c5d7;
}
.french-vanilla {
color: #f1e2a7;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--sweat-bee:#1c4f8d;
--ashton-blue:#4a7eba;
--thredbo:#75c5d7;
--french-vanilla:#f1e2a7;
--reductant:#e65b5b;
}