Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a3c7;
}
.melon-pink {
color: #f2d4c4;
}
.november-leaf {
color: #f0b48e;
}
.sunset-gold {
color: #f6c365;
}
.rose-elegance {
color: #e7a2b5;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a3c7;
--melon-pink:#f2d4c4;
--november-leaf:#f0b48e;
--sunset-gold:#f6c365;
--rose-elegance:#e7a2b5;
}