Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.storm-blue {
color: #4f7d9c;
}
.seaborn {
color: #85c1b5;
}
.scalloped-potatoes {
color: #f5d68a;
}
.fireglow {
color: #d95e3f;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--storm-blue:#4f7d9c;
--seaborn:#85c1b5;
--scalloped-potatoes:#f5d68a;
--fireglow:#d95e3f;
}