Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.linoleum-blue {
color: #407a9c;
}
.surfin {
color: #6fc2d3;
}
.botanical-tint {
color: #a3e6d4;
}
.cocoa-butter {
color: #f5f3c2;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--linoleum-blue:#407a9c;
--surfin:#6fc2d3;
--botanical-tint:#a3e6d4;
--cocoa-butter:#f5f3c2;
}