Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0b518e;
}
.linoleum-blue {
color: #3f7c9d;
}
.buoyancy {
color: #7eb2b4;
}
.glenwood-green {
color: #a5d4b7;
}
.venetian-yellow {
color: #f3e3a0;
}
/* CSS Variables */
:root {
--yale-blue:#0b518e;
--linoleum-blue:#3f7c9d;
--buoyancy:#7eb2b4;
--glenwood-green:#a5d4b7;
--venetian-yellow:#f3e3a0;
}