Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.boat-house {
color: #4b90be;
}
.french-pass {
color: #a4d3df;
}
.exciting-orange {
color: #f1b07e;
}
.pani-puri {
color: #f3a953;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--boat-house:#4b90be;
--french-pass:#a4d3df;
--exciting-orange:#f1b07e;
--pani-puri:#f3a953;
}