Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.shrimp-toast {
color: #f6c8a2;
}
.bells-and-whistles-gold {
color: #f0e29e;
}
.smooth-satin {
color: #a4d5d4;
}
.high-seas {
color: #7aa7d6;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--shrimp-toast:#f6c8a2;
--bells-and-whistles-gold:#f0e29e;
--smooth-satin:#a4d5d4;
--high-seas:#7aa7d6;
}