Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c6;
}
.strawberry-shortcake {
color: #f78d99;
}
.sugar-coral {
color: #f76977;
}
.amour {
color: #ef554d;
}
.vivaldi-red {
color: #ea3939;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c6;
--strawberry-shortcake:#f78d99;
--sugar-coral:#f76977;
--amour:#ef554d;
--vivaldi-red:#ea3939;
}