Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #43a0d6;
}
.aztec-sky {
color: #4eb7d4;
}
.hidden-sea-glass {
color: #6ed4c8;
}
.teal-deer {
color: #98e2b4;
}
.buttercup-glow {
color: #f3f35e;
}
/* CSS Variables */
:root {
--peaceful-river:#43a0d6;
--aztec-sky:#4eb7d4;
--hidden-sea-glass:#6ed4c8;
--teal-deer:#98e2b4;
--buttercup-glow:#f3f35e;
}