Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #4b7ca0;
}
.blouson-blue {
color: #6bb6c7;
}
.everest {
color: #a1e2e0;
}
.forsythia-blossom {
color: #f5d56b;
}
.amber-glow {
color: #f29d3a;
}
/* CSS Variables */
:root {
--zenith:#4b7ca0;
--blouson-blue:#6bb6c7;
--everest:#a1e2e0;
--forsythia-blossom:#f5d56b;
--amber-glow:#f29d3a;
}