Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.tech-wave {
color: #4b7c9b;
}
.wavelet {
color: #7bc2d1;
}
.majestic-treasures {
color: #f2e7a1;
}
.briquette {
color: #e05c69;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--tech-wave:#4b7c9b;
--wavelet:#7bc2d1;
--majestic-treasures:#f2e7a1;
--briquette:#e05c69;
}