Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.sunset-peach {
color: #f7a67e;
}
.flower-blossom-pink {
color: #f57f8d;
}
.rosecco {
color: #eab8e4;
}
.lilac-breeze {
color: #a38fbd;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--sunset-peach:#f7a67e;
--flower-blossom-pink:#f57f8d;
--rosecco:#eab8e4;
--lilac-breeze:#a38fbd;
}