Color names in this palette
CSS code for this palette
/* CSS */
.buccaneer {
color: #6e4e4f;
}
.summer-s-eve {
color: #a76e6c;
}
.salmon-sand {
color: #ddaa8d;
}
.ice-cream-cone {
color: #e3cfc0;
}
.peach-rose {
color: #f6e3d5;
}
/* CSS Variables */
:root {
--buccaneer:#6e4e4f;
--summer-s-eve:#a76e6c;
--salmon-sand:#ddaa8d;
--ice-cream-cone:#e3cfc0;
--peach-rose:#f6e3d5;
}