Color names in this palette
CSS code for this palette
/* CSS */
.red-perfume {
color: #f8b891;
}
.coral-silk {
color: #f1a17e;
}
.canyon-sunset {
color: #e18a6b;
}
.clay-mug {
color: #d67b57;
}
.raw-copper {
color: #c66c4e;
}
/* CSS Variables */
:root {
--red-perfume:#f8b891;
--coral-silk:#f1a17e;
--canyon-sunset:#e18a6b;
--clay-mug:#d67b57;
--raw-copper:#c66c4e;
}