Color names in this palette
CSS code for this palette
/* CSS */
.guitar {
color: #6d4c37;
}
.santa-fe-sunset {
color: #a85e4d;
}
.prayer-flag {
color: #d19b6b;
}
.citrus-sachet {
color: #f1c6a7;
}
.cool-cream {
color: #fce4d9;
}
/* CSS Variables */
:root {
--guitar:#6d4c37;
--santa-fe-sunset:#a85e4d;
--prayer-flag:#d19b6b;
--citrus-sachet:#f1c6a7;
--cool-cream:#fce4d9;
}