Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.mandy {
color: #d0535d;
}
.juicy-details {
color: #d67a7d;
}
.strawberry-smoothie {
color: #e8a1a5;
}
.rose-aspect {
color: #f1c6cb;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--mandy:#d0535d;
--juicy-details:#d67a7d;
--strawberry-smoothie:#e8a1a5;
--rose-aspect:#f1c6cb;
}