Color names in this palette
CSS code for this palette
/* CSS */
.treasured-teal {
color: #4dc7b6;
}
.juicy-jackfruit {
color: #f1df3b;
}
.spicy-paella {
color: #f6903c;
}
.sugar-rush {
color: #d85f9c;
}
.twilight-dusk {
color: #605c7a;
}
/* CSS Variables */
:root {
--treasured-teal:#4dc7b6;
--juicy-jackfruit:#f1df3b;
--spicy-paella:#f6903c;
--sugar-rush:#d85f9c;
--twilight-dusk:#605c7a;
}