Color names in this palette
CSS code for this palette
/* CSS */
.foundation {
color: #f7e8c5;
}
.barely-bloomed {
color: #dfafe4;
}
.chat-orange {
color: #f79c40;
}
.mandarin-red {
color: #e74d3c;
}
.dodger-blue {
color: #3d87f5;
}
/* CSS Variables */
:root {
--foundation:#f7e8c5;
--barely-bloomed:#dfafe4;
--chat-orange:#f79c40;
--mandarin-red:#e74d3c;
--dodger-blue:#3d87f5;
}