Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.big-sur-blue-jade {
color: #3e6f8e;
}
.moonstone-blue {
color: #70a5c2;
}
.break-the-ice {
color: #b4e1ee;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--big-sur-blue-jade:#3e6f8e;
--moonstone-blue:#70a5c2;
--break-the-ice:#b4e1ee;
--creamy-sweet-corn:#f9c54e;
}