Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4876;
}
.tech-wave {
color: #4b7c9b;
}
.blue-dam {
color: #a5c6d5;
}
.chenin {
color: #e1c470;
}
.flame-stitch {
color: #d55b48;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4876;
--tech-wave:#4b7c9b;
--blue-dam:#a5c6d5;
--chenin:#e1c470;
--flame-stitch:#d55b48;
}