Color names in this palette
CSS code for this palette
/* CSS */
.navy-trim {
color: #1e3962;
}
.andrea-blue {
color: #4a7ae8;
}
.baby-blue-eyes {
color: #a1c6ed;
}
.radiant-sun {
color: #f1c950;
}
.sun-orange {
color: #f4781f;
}
/* CSS Variables */
:root {
--navy-trim:#1e3962;
--andrea-blue:#4a7ae8;
--baby-blue-eyes:#a1c6ed;
--radiant-sun:#f1c950;
--sun-orange:#f4781f;
}