Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sailor-s-bay {
color: #496c92;
}
.heavenly {
color: #81b0c5;
}
.golden-sap {
color: #f0d47f;
}
.coral-orange {
color: #e86f4a;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sailor-s-bay:#496c92;
--heavenly:#81b0c5;
--golden-sap:#f0d47f;
--coral-orange:#e86f4a;
}