Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.santorini-blue {
color: #3f6d83;
}
.aurora-teal {
color: #70afb2;
}
.radiant-sun {
color: #f3ca4f;
}
.coral-orange {
color: #e2694b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--santorini-blue:#3f6d83;
--aurora-teal:#70afb2;
--radiant-sun:#f3ca4f;
--coral-orange:#e2694b;
}