Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-square {
color: #4e8a97;
}
.seaborn {
color: #88c3b3;
}
.basket-of-gold {
color: #f1d03b;
}
.crushed-orange {
color: #e27b2c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-square:#4e8a97;
--seaborn:#88c3b3;
--basket-of-gold:#f1d03b;
--crushed-orange:#e27b2c;
}