Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.endeavour {
color: #2a5d8d;
}
.freshwater {
color: #4ea7b7;
}
.avid-apricot {
color: #f3c5a0;
}
.coral-orange {
color: #e26c4b;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--endeavour:#2a5d8d;
--freshwater:#4ea7b7;
--avid-apricot:#f3c5a0;
--coral-orange:#e26c4b;
}