Color names in this palette
CSS code for this palette
/* CSS */
.garden-rose-white {
color: #f6ead5;
}
.pale-coral {
color: #f1d2b6;
}
.cuticle-pink {
color: #e4a79b;
}
.masoho-red {
color: #d57c6c;
}
.tandoori {
color: #b75d4e;
}
/* CSS Variables */
:root {
--garden-rose-white:#f6ead5;
--pale-coral:#f1d2b6;
--cuticle-pink:#e4a79b;
--masoho-red:#d57c6c;
--tandoori:#b75d4e;
}