Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.san-marino {
color: #49699c;
}
.innocent-blue {
color: #8eb2d2;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.orangeville {
color: #e86e5e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--san-marino:#49699c;
--innocent-blue:#8eb2d2;
--adonis-rose-yellow:#f0c24c;
--orangeville:#e86e5e;
}