Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.antilles-blue {
color: #3b5a8c;
}
.blue-plate {
color: #5e7a9c;
}
.alluring-blue {
color: #9fc4d0;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--antilles-blue:#3b5a8c;
--blue-plate:#5e7a9c;
--alluring-blue:#9fc4d0;
--bells-and-whistles-gold:#f0e19e;
}