Color names in this palette
CSS code for this palette
/* CSS */
.camellia {
color: #f86859;
}
.golden-cream {
color: #f8b768;
}
.yellow-dragon {
color: #f8e37c;
}
.crystal-green {
color: #9fd978;
}
.glen {
color: #4baf7a;
}
/* CSS Variables */
:root {
--camellia:#f86859;
--golden-cream:#f8b768;
--yellow-dragon:#f8e37c;
--crystal-green:#9fd978;
--glen:#4baf7a;
}