Color names in this palette
CSS code for this palette
/* CSS */
.haddock-s-sweater {
color: #2a7cbb;
}
.fitness-blue {
color: #59b7d4;
}
.nevada-sky {
color: #a1d9e8;
}
.blacksmith-fire {
color: #f6e851;
}
.peach-echo {
color: #f4715d;
}
/* CSS Variables */
:root {
--haddock-s-sweater:#2a7cbb;
--fitness-blue:#59b7d4;
--nevada-sky:#a1d9e8;
--blacksmith-fire:#f6e851;
--peach-echo:#f4715d;
}