Color names in this palette
CSS code for this palette
/* CSS */
.red-obsession {
color: #b23b2e;
}
.sunset-blaze {
color: #e75e27;
}
.ginger-milk {
color: #f7a050;
}
.sport-yellow {
color: #f1d779;
}
.yellowed-bone {
color: #f6f2c6;
}
/* CSS Variables */
:root {
--red-obsession:#b23b2e;
--sunset-blaze:#e75e27;
--ginger-milk:#f7a050;
--sport-yellow:#f1d779;
--yellowed-bone:#f6f2c6;
}