Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.adonis-rose-yellow {
color: #eac04d;
}
.salsa-sizzle {
color: #f07b3d;
}
.wet-coral {
color: #d3584a;
}
.velvet-cake {
color: #9d2a3d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--adonis-rose-yellow:#eac04d;
--salsa-sizzle:#f07b3d;
--wet-coral:#d3584a;
--velvet-cake:#9d2a3d;
}