Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f7e13b;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.orange-soda {
color: #f25b40;
}
.watermelon-sugar {
color: #e3316f;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f7e13b;
--gemini-mustard-momento:#f9a94e;
--orange-soda:#f25b40;
--watermelon-sugar:#e3316f;
--bright-blue-violet:#8a2ce2;
}