Color names in this palette
CSS code for this palette
/* CSS */
.brandy {
color: #dab68b;
}
.oklahoma-wheat {
color: #f4e0b8;
}
.cactus-blooms {
color: #f7c59c;
}
.rosy-outlook {
color: #f2a99c;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--brandy:#dab68b;
--oklahoma-wheat:#f4e0b8;
--cactus-blooms:#f7c59c;
--rosy-outlook:#f2a99c;
--orangeville:#e66b5b;
}