Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.cottage-rose {
color: #d9ab9b;
}
.grand-sunset {
color: #c68b8c;
}
.rose-gold {
color: #b46a79;
}
.raspberry-patch {
color: #a44c66;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--cottage-rose:#d9ab9b;
--grand-sunset:#c68b8c;
--rose-gold:#b46a79;
--raspberry-patch:#a44c66;
}