Color names in this palette
CSS code for this palette
/* CSS */
.rose-of-sharon {
color: #a84f2e;
}
.serape {
color: #d68a4c;
}
.eyelash-viper {
color: #f4c74e;
}
.majestic-treasures {
color: #f4e8a4;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--rose-of-sharon:#a84f2e;
--serape:#d68a4c;
--eyelash-viper:#f4c74e;
--majestic-treasures:#f4e8a4;
--airborne:#a1c1d4;
}