Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f99f3e;
}
.daisy {
color: #f9d13e;
}
.macau {
color: #40bf9b;
}
.bleuch-tel-blue {
color: #3e8cf9;
}
.early-spring-night {
color: #4040bf;
}
/* CSS Variables */
:root {
--chat-orange:#f99f3e;
--daisy:#f9d13e;
--macau:#40bf9b;
--bleuch-tel-blue:#3e8cf9;
--early-spring-night:#4040bf;
}