Color names in this palette
CSS code for this palette
/* CSS */
.cappuccino-froth {
color: #c6af8b;
}
.blossom-yellow {
color: #e4c77c;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
.citrus-honey {
color: #f4b76c;
}
.serape {
color: #d88a4b;
}
/* CSS Variables */
:root {
--cappuccino-froth:#c6af8b;
--blossom-yellow:#e4c77c;
--ride-off-into-the-sunset:#f1d25f;
--citrus-honey:#f4b76c;
--serape:#d88a4b;
}