Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.coelin-blue {
color: #4c7b94;
}
.melodious {
color: #7bb2b1;
}
.frugal {
color: #a4d6b4;
}
.majestic-treasures {
color: #f1eaa7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--coelin-blue:#4c7b94;
--melodious:#7bb2b1;
--frugal:#a4d6b4;
--majestic-treasures:#f1eaa7;
}