Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.endeavour {
color: #2a5d8d;
}
.oasis-spring {
color: #4ba7c3;
}
.turkish-turquoise {
color: #78e2f2;
}
.mocha-dandelion {
color: #f2d66e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--endeavour:#2a5d8d;
--oasis-spring:#4ba7c3;
--turkish-turquoise:#78e2f2;
--mocha-dandelion:#f2d66e;
}