Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.allspice {
color: #f9caa9;
}
.white-strawberry {
color: #fde2b4;
}
.dilly-dally {
color: #f4d85d;
}
.embarrassed {
color: #f17999;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--allspice:#f9caa9;
--white-strawberry:#fde2b4;
--dilly-dally:#f4d85d;
--embarrassed:#f17999;
}