Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.peach-temptation {
color: #f3c4b4;
}
.sauerkraut {
color: #f0e1b7;
}
.beru {
color: #c1e1d5;
}
.watery-sea {
color: #86c1e9;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--peach-temptation:#f3c4b4;
--sauerkraut:#f0e1b7;
--beru:#c1e1d5;
--watery-sea:#86c1e9;
}