Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94a;
}
.orangeade {
color: #e04f38;
}
.romantic-rose {
color: #a93d8e;
}
.starflower-blue {
color: #4e98b1;
}
.dark-spell {
color: #2f3d4c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94a;
--orangeade:#e04f38;
--romantic-rose:#a93d8e;
--starflower-blue:#4e98b1;
--dark-spell:#2f3d4c;
}