Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.tl-loc-blue {
color: #2f6b83;
}
.blue-racer {
color: #50a2aa;
}
.sweet-rhapsody {
color: #95dad3;
}
.sunrise {
color: #f4c07b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--tl-loc-blue:#2f6b83;
--blue-racer:#50a2aa;
--sweet-rhapsody:#95dad3;
--sunrise:#f4c07b;
}