Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.lambent-lagoon {
color: #3a5a92;
}
.cottage-blue {
color: #7a9bc2;
}
.cream-can {
color: #f1c350;
}
.sohi-red {
color: #e85d3b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--lambent-lagoon:#3a5a92;
--cottage-blue:#7a9bc2;
--cream-can:#f1c350;
--sohi-red:#e85d3b;
}