Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84c3c;
}
.chat-orange {
color: #f99f3e;
}
.banana-br-l-e {
color: #f7e8bb;
}
.high-blue {
color: #4ab3e8;
}
.american-blue {
color: #3e3e6f;
}
/* CSS Variables */
:root {
--painted-poppy:#c84c3c;
--chat-orange:#f99f3e;
--banana-br-l-e:#f7e8bb;
--high-blue:#4ab3e8;
--american-blue:#3e3e6f;
}