Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.integra {
color: #3e5b98;
}
.cottage-blue {
color: #7a9bc2;
}
.sea-rover {
color: #a2d3e2;
}
.soft-butter {
color: #f4e1b8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--integra:#3e5b98;
--cottage-blue:#7a9bc2;
--sea-rover:#a2d3e2;
--soft-butter:#f4e1b8;
}