Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.blue-heaven {
color: #5c8099;
}
.heavenly {
color: #7eb3c8;
}
.fair-aqua {
color: #b3dfd7;
}
.cocoa-butter {
color: #f6f7c0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--blue-heaven:#5c8099;
--heavenly:#7eb3c8;
--fair-aqua:#b3dfd7;
--cocoa-butter:#f6f7c0;
}