Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.strawberry-pink {
color: #f06a7c;
}
.wisley-pink {
color: #f4a499;
}
.august-morning {
color: #ffd89e;
}
.sparkling-grape {
color: #793c7c;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--strawberry-pink:#f06a7c;
--wisley-pink:#f4a499;
--august-morning:#ffd89e;
--sparkling-grape:#793c7c;
}