Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.tech-wave {
color: #4b7f9b;
}
.kingfisher-turquoise {
color: #7eb9b6;
}
.sunny-mood {
color: #f7c94b;
}
.mandarin-orange {
color: #e8693b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--tech-wave:#4b7f9b;
--kingfisher-turquoise:#7eb9b6;
--sunny-mood:#f7c94b;
--mandarin-orange:#e8693b;
}