Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.tech-wave {
color: #4b7c9b;
}
.pond-blue {
color: #8bb3c6;
}
.green-wave {
color: #c4d9d4;
}
.sango-pink {
color: #f8b3af;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--tech-wave:#4b7c9b;
--pond-blue:#8bb3c6;
--green-wave:#c4d9d4;
--sango-pink:#f8b3af;
}