Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.rainy-lake {
color: #3e6a8e;
}
.fate {
color: #699bbf;
}
.chefchaouen-blue {
color: #a5d2e9;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--rainy-lake:#3e6a8e;
--fate:#699bbf;
--chefchaouen-blue:#a5d2e9;
--child-of-light:#f1f5f8;
}