Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f69c41;
}
.dull-yellow {
color: #f0d75c;
}
.green-power {
color: #e2e1c5;
}
.chicago-blue {
color: #b5d9e8;
}
.sky-babe {
color: #87c0d9;
}
/* CSS Variables */
:root {
--chat-orange:#f69c41;
--dull-yellow:#f0d75c;
--green-power:#e2e1c5;
--chicago-blue:#b5d9e8;
--sky-babe:#87c0d9;
}