Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.carter-s-scroll {
color: #3f5a7d;
}
.purple-hyacinth {
color: #708ec2;
}
.chapel-blue {
color: #b0d1e8;
}
.tan-temptation {
color: #f0c09e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--carter-s-scroll:#3f5a7d;
--purple-hyacinth:#708ec2;
--chapel-blue:#b0d1e8;
--tan-temptation:#f0c09e;
}