Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.valley-of-glaciers {
color: #2a7b98;
}
.green-grapple {
color: #3db3b3;
}
.turkish-turquoise {
color: #73e0e8;
}
.icery {
color: #a4f4e1;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--valley-of-glaciers:#2a7b98;
--green-grapple:#3db3b3;
--turkish-turquoise:#73e0e8;
--icery:#a4f4e1;
}