Color names in this palette
CSS code for this palette
/* CSS */
.lotus {
color: #894d4d;
}
.red-sparowes {
color: #c6786c;
}
.first-date {
color: #f6b4a2;
}
.cup-noodles {
color: #fddb7c;
}
.bone-white {
color: #f1e0b1;
}
/* CSS Variables */
:root {
--lotus:#894d4d;
--red-sparowes:#c6786c;
--first-date:#f6b4a2;
--cup-noodles:#fddb7c;
--bone-white:#f1e0b1;
}