Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.vespa-yellow {
color: #f4d19f;
}
.creole-cottage {
color: #e6b798;
}
.caramelo-dulce {
color: #d59d6c;
}
.maple-glaze {
color: #a46946;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--vespa-yellow:#f4d19f;
--creole-cottage:#e6b798;
--caramelo-dulce:#d59d6c;
--maple-glaze:#a46946;
}