Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.athens {
color: #3b70b5;
}
.blue-gourami {
color: #6aa3d2;
}
.light-budgie-blue {
color: #9ed5e5;
}
.skylark {
color: #c1e5f0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--athens:#3b70b5;
--blue-gourami:#6aa3d2;
--light-budgie-blue:#9ed5e5;
--skylark:#c1e5f0;
}