Color names in this palette
CSS code for this palette
/* CSS */
.sea-loch {
color: #699bd3;
}
.coelin-blue {
color: #4c7b94;
}
.quiet-storm {
color: #2f5a6f;
}
.capital-yellow {
color: #e5b743;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--sea-loch:#699bd3;
--coelin-blue:#4c7b94;
--quiet-storm:#2f5a6f;
--capital-yellow:#e5b743;
--mandarin-red:#e54f3e;
}