Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.big-sur-blue-jade {
color: #3b6c8c;
}
.nevada-sky {
color: #9fd8e5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--big-sur-blue-jade:#3b6c8c;
--nevada-sky:#9fd8e5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}