Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c34b;
}
.salsa-sizzle {
color: #ea7d3e;
}
.pretty-in-plum {
color: #d15c8b;
}
.enchanted-lavender {
color: #c0a2e2;
}
.blue-gourami {
color: #699bd8;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c34b;
--salsa-sizzle:#ea7d3e;
--pretty-in-plum:#d15c8b;
--enchanted-lavender:#c0a2e2;
--blue-gourami:#699bd8;
}