Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.berry-blue {
color: #2f5f79;
}
.aegean-sea {
color: #4f8ea1;
}
.shallow-shoal {
color: #9ed5d6;
}
.go-bananas {
color: #f4ca4e;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--berry-blue:#2f5f79;
--aegean-sea:#4f8ea1;
--shallow-shoal:#9ed5d6;
--go-bananas:#f4ca4e;
}