Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c7a;
}
.floral-leaf {
color: #ffb54d;
}
.soviet-gold {
color: #ffd900;
}
.hanuman-green {
color: #4dffb8;
}
.hello-summer {
color: #4db5ff;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c7a;
--floral-leaf:#ffb54d;
--soviet-gold:#ffd900;
--hanuman-green:#4dffb8;
--hello-summer:#4db5ff;
}