Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.medium-turquoise {
color: #3acfd9;
}
.turkish-turquoise {
color: #79e6e3;
}
.floral-leaf {
color: #ffb84d;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--medium-turquoise:#3acfd9;
--turkish-turquoise:#79e6e3;
--floral-leaf:#ffb84d;
--smashing-pumpkins:#ff5724;
}