Color names in this palette
CSS code for this palette
/* CSS */
.sauerkraut {
color: #f0e0b7;
}
.toasted-coconut {
color: #e8c3a1;
}
.calabrese {
color: #f1a8a2;
}
.ripe-malinka {
color: #f75967;
}
.strawberry-avalanche {
color: #f14e3b;
}
/* CSS Variables */
:root {
--sauerkraut:#f0e0b7;
--toasted-coconut:#e8c3a1;
--calabrese:#f1a8a2;
--ripe-malinka:#f75967;
--strawberry-avalanche:#f14e3b;
}