Color names in this palette
CSS code for this palette
/* CSS */
.cheek-red {
color: #a65c59;
}
.ceremonial-gold {
color: #d69d5c;
}
.phellodendron-amurense {
color: #f1c13b;
}
.majestic-treasures {
color: #f1e8a2;
}
.sweet-honey {
color: #d6a35c;
}
/* CSS Variables */
:root {
--cheek-red:#a65c59;
--ceremonial-gold:#d69d5c;
--phellodendron-amurense:#f1c13b;
--majestic-treasures:#f1e8a2;
--sweet-honey:#d6a35c;
}