Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.periscope {
color: #50667c;
}
.gould-blue {
color: #7ea0a5;
}
.feather-green {
color: #a3d1b8;
}
.sugar-cookie {
color: #f1e1a2;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--periscope:#50667c;
--gould-blue:#7ea0a5;
--feather-green:#a3d1b8;
--sugar-cookie:#f1e1a2;
}