Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1d3f5e;
}
.happy-days {
color: #4e6f7e;
}
.white-scar {
color: #8ba2a2;
}
.willow-tree-mouse {
color: #c6d6b8;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--sir-edmund:#1d3f5e;
--happy-days:#4e6f7e;
--white-scar:#8ba2a2;
--willow-tree-mouse:#c6d6b8;
--aspen-yellow:#f7e0a1;
}