Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.big-sur-blue-jade {
color: #3e6d8e;
}
.broom-butterfly-blue {
color: #6bb1d6;
}
.syndicalist {
color: #f5c400;
}
.retro-nectarine {
color: #e97b1c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--big-sur-blue-jade:#3e6d8e;
--broom-butterfly-blue:#6bb1d6;
--syndicalist:#f5c400;
--retro-nectarine:#e97b1c;
}