Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f3c7a5;
}
.creole-cottage {
color: #e5b59a;
}
.balcony-sunset {
color: #d7906a;
}
.sunglo {
color: #c86051;
}
.eye-of-newt {
color: #ab3e3b;
}
/* CSS Variables */
:root {
--citrus-sachet:#f3c7a5;
--creole-cottage:#e5b59a;
--balcony-sunset:#d7906a;
--sunglo:#c86051;
--eye-of-newt:#ab3e3b;
}