Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.lambent-lagoon {
color: #3a5c92;
}
.manitou-blue {
color: #5c8fa3;
}
.piezo-blue {
color: #a2c8dd;
}
.sandy-shore {
color: #f2e8ba;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--lambent-lagoon:#3a5c92;
--manitou-blue:#5c8fa3;
--piezo-blue:#a2c8dd;
--sandy-shore:#f2e8ba;
}