Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9cbe;
}
.water-flow {
color: #7cc6d5;
}
.everest {
color: #a1e3e0;
}
.squash-blossom {
color: #f6b83c;
}
.camellia {
color: #f26c5a;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9cbe;
--water-flow:#7cc6d5;
--everest:#a1e3e0;
--squash-blossom:#f6b83c;
--camellia:#f26c5a;
}