Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.borage {
color: #4d7fa3;
}
.periwinkle-sky {
color: #88b8d7;
}
.leery-lemon {
color: #f5c619;
}
.bright-orange {
color: #f86c30;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--borage:#4d7fa3;
--periwinkle-sky:#88b8d7;
--leery-lemon:#f5c619;
--bright-orange:#f86c30;
}