Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.hello-yellow {
color: #ffe59e;
}
.smooth-satin {
color: #a2d8d2;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--macaroni-and-cheese:#ffb67a;
--hello-yellow:#ffe59e;
--smooth-satin:#a2d8d2;
--pompelmo:#ff6b6b;
}