Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.zenith {
color: #497b9c;
}
.blue-dam {
color: #a5c6d5;
}
.spring-yellow {
color: #f3e57c;
}
.firecracker {
color: #f1603b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--zenith:#497b9c;
--blue-dam:#a5c6d5;
--spring-yellow:#f3e57c;
--firecracker:#f1603b;
}