Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.bering-wave {
color: #3a6b82;
}
.aqua-sea {
color: #5da5ac;
}
.smooth-satin {
color: #a2d8d1;
}
.cocoa-butter {
color: #f7f2c0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--bering-wave:#3a6b82;
--aqua-sea:#5da5ac;
--smooth-satin:#a2d8d1;
--cocoa-butter:#f7f2c0;
}