Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.nautical-creatures {
color: #2a5b7a;
}
.glassmith {
color: #4bb7c3;
}
.butter-cream {
color: #f1b341;
}
.opal-flame {
color: #e6594c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--nautical-creatures:#2a5b7a;
--glassmith:#4bb7c3;
--butter-cream:#f1b341;
--opal-flame:#e6594c;
}