Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3e5c;
}
.ocean-call {
color: #2a6c8d;
}
.crystalsong-blue {
color: #4eb7b7;
}
.american-yellow {
color: #f5b400;
}
.vermilion-bird {
color: #f44034;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3e5c;
--ocean-call:#2a6c8d;
--crystalsong-blue:#4eb7b7;
--american-yellow:#f5b400;
--vermilion-bird:#f44034;
}