Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.ashton-blue {
color: #4a7cba;
}
.aero {
color: #7cb9e4;
}
.spring-yellow {
color: #f3e77c;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--ashton-blue:#4a7cba;
--aero:#7cb9e4;
--spring-yellow:#f3e77c;
--smashed-pumpkin:#ff6a3d;
}