Color names in this palette
CSS code for this palette
/* CSS */
.silk-ribbon {
color: #c56d8d;
}
.xanthous {
color: #f2b32c;
}
.happy-yipee {
color: #fcc01d;
}
.shaded-sun {
color: #f6e9a7;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--silk-ribbon:#c56d8d;
--xanthous:#f2b32c;
--happy-yipee:#fcc01d;
--shaded-sun:#f6e9a7;
--fiji-palm:#4c8b3c;
}