Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f99f3e;
}
.funky-yellow {
color: #f1d36f;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.aqua-sea {
color: #609faf;
}
.izmir-purple {
color: #4b3f73;
}
/* CSS Variables */
:root {
--chat-orange:#f99f3e;
--funky-yellow:#f1d36f;
--atmospheric-soft-blue:#a8e2f0;
--aqua-sea:#609faf;
--izmir-purple:#4b3f73;
}