Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f6e1b6;
}
.barrel {
color: #f1b26a;
}
.carnival {
color: #e68a2d;
}
.obstinate-orange {
color: #d65d29;
}
.valiant-poppy {
color: #b83c28;
}
/* CSS Variables */
:root {
--soft-butter:#f6e1b6;
--barrel:#f1b26a;
--carnival:#e68a2d;
--obstinate-orange:#d65d29;
--valiant-poppy:#b83c28;
}