Color names in this palette
CSS code for this palette
/* CSS */
.false-morel {
color: #7a4d4d;
}
.pomegranate-tea {
color: #a97070;
}
.rose-embroidery {
color: #c69f9f;
}
.strawberry-yogurt {
color: #e9b4b4;
}
.ballet {
color: #f6d5d5;
}
/* CSS Variables */
:root {
--false-morel:#7a4d4d;
--pomegranate-tea:#a97070;
--rose-embroidery:#c69f9f;
--strawberry-yogurt:#e9b4b4;
--ballet:#f6d5d5;
}