Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.egyptian-gold {
color: #f0a44c;
}
.copper-harbor {
color: #d67f57;
}
.tropical-smoothie {
color: #c5596d;
}
.romantic-rose {
color: #a63f8d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--egyptian-gold:#f0a44c;
--copper-harbor:#d67f57;
--tropical-smoothie:#c5596d;
--romantic-rose:#a63f8d;
}