Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-dart-frog {
color: #3a7d9c;
}
.gondolier {
color: #5bb2c8;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-dart-frog:#3a7d9c;
--gondolier:#5bb2c8;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}