Color names in this palette
CSS code for this palette
/* CSS */
.autumn-robin {
color: #c64c2a;
}
.calabrese {
color: #f1a8a2;
}
.ballet {
color: #f7d4d5;
}
.late-day-sun {
color: #f3e08c;
}
.topiary-sculpture {
color: #5d8b50;
}
/* CSS Variables */
:root {
--autumn-robin:#c64c2a;
--calabrese:#f1a8a2;
--ballet:#f7d4d5;
--late-day-sun:#f3e08c;
--topiary-sculpture:#5d8b50;
}