Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.raftsman {
color: #3a5b9c;
}
.ashton-blue {
color: #4b77be;
}
.clover-mist {
color: #69bf83;
}
.sunset-glow {
color: #ffb62e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--raftsman:#3a5b9c;
--ashton-blue:#4b77be;
--clover-mist:#69bf83;
--sunset-glow:#ffb62e;
}