Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.rainbow {
color: #f4c1b8;
}
.ancient-ivory {
color: #f1e6d0;
}
.sinbad {
color: #a7d7cf;
}
.adventure-isle {
color: #6da0b6;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--rainbow:#f4c1b8;
--ancient-ivory:#f1e6d0;
--sinbad:#a7d7cf;
--adventure-isle:#6da0b6;
}