Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.atlantic-gull {
color: #4a93b0;
}
.coastal-fringe {
color: #7ebebb;
}
.goldsmith {
color: #f1b950;
}
.reductant {
color: #e65c5c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--atlantic-gull:#4a93b0;
--coastal-fringe:#7ebebb;
--goldsmith:#f1b950;
--reductant:#e65c5c;
}