Color names in this palette
CSS code for this palette
/* CSS */
.tutuji-pink {
color: #e64c8f;
}
.bergamot-orange {
color: #f2a15a;
}
.salmon-eggs {
color: #f4d35d;
}
.lime-lizard {
color: #a1d65c;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--tutuji-pink:#e64c8f;
--bergamot-orange:#f2a15a;
--salmon-eggs:#f4d35d;
--lime-lizard:#a1d65c;
--azure-tide:#2a9d90;
}