Color names in this palette
CSS code for this palette
/* CSS */
.fish-net-blue {
color: #1f4a70;
}
.harbor {
color: #5b8d9a;
}
.clear-vista {
color: #a4c0c6;
}
.beeswing {
color: #f2d297;
}
.salsa-sizzle {
color: #e87a3b;
}
/* CSS Variables */
:root {
--fish-net-blue:#1f4a70;
--harbor:#5b8d9a;
--clear-vista:#a4c0c6;
--beeswing:#f2d297;
--salsa-sizzle:#e87a3b;
}