Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.team-spirit {
color: #3d698a;
}
.aztec-sky {
color: #4fb8d8;
}
.chai-latte {
color: #f7c9a1;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--team-spirit:#3d698a;
--aztec-sky:#4fb8d8;
--chai-latte:#f7c9a1;
--breeze-of-chilli:#f76e6e;
}