Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.borage {
color: #4f80a1;
}
.dreaming-blue {
color: #8bc4da;
}
.forsythia-blossom {
color: #f5d870;
}
.red-arremer {
color: #e64c4c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--borage:#4f80a1;
--dreaming-blue:#8bc4da;
--forsythia-blossom:#f5d870;
--red-arremer:#e64c4c;
}