Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.distant-blue {
color: #2e6a9e;
}
.epimetheus {
color: #4db2d1;
}
.turkish-turquoise {
color: #76e1e5;
}
.waterspout {
color: #a0f2f8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--distant-blue:#2e6a9e;
--epimetheus:#4db2d1;
--turkish-turquoise:#76e1e5;
--waterspout:#a0f2f8;
}