Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6c;
}
.english-river {
color: #3c7a8b;
}
.fitness-blue {
color: #5ab7d3;
}
.menoth-white-base {
color: #f1e8b7;
}
.cadmium-orange {
color: #f28c2c;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6c;
--english-river:#3c7a8b;
--fitness-blue:#5ab7d3;
--menoth-white-base:#f1e8b7;
--cadmium-orange:#f28c2c;
}