Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.brittany-blue {
color: #4c7d8a;
}
.booty-bay {
color: #7bc6ba;
}
.wake-me-up {
color: #f2d85a;
}
.red-arremer {
color: #e0524d;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--brittany-blue:#4c7d8a;
--booty-bay:#7bc6ba;
--wake-me-up:#f2d85a;
--red-arremer:#e0524d;
}