Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.windsurfing {
color: #3c6e9a;
}
.azul-turquesa {
color: #6eb8c4;
}
.breeze-in-june {
color: #c3e1e9;
}
.ancient-scroll {
color: #f1e3d0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--windsurfing:#3c6e9a;
--azul-turquesa:#6eb8c4;
--breeze-in-june:#c3e1e9;
--ancient-scroll:#f1e3d0;
}