Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.chat-orange {
color: #f69f3c;
}
.iceland-poppy {
color: #f67a2c;
}
.benihi-red {
color: #f05638;
}
.paradise-pink {
color: #e03e5c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--chat-orange:#f69f3c;
--iceland-poppy:#f67a2c;
--benihi-red:#f05638;
--paradise-pink:#e03e5c;
}