Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f1c5b1;
}
.sugar-cookie {
color: #f2e2a6;
}
.soft-butter {
color: #f4e2b8;
}
.5 {
color: #f8d68b;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f1c5b1;
--sugar-cookie:#f2e2a6;
--soft-butter:#f4e2b8;
--5:#f8d68b;
}