Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.blue-tang {
color: #2d496c;
}
.sailor-s-bay {
color: #4b6f8b;
}
.serene-sea {
color: #7ba9c1;
}
.australium-gold {
color: #e7b63c;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--blue-tang:#2d496c;
--sailor-s-bay:#4b6f8b;
--serene-sea:#7ba9c1;
--australium-gold:#e7b63c;
}