Color names in this palette
CSS code for this palette
/* CSS */
.favourite-ale {
color: #9d6f3f;
}
.fire-coral {
color: #e7b36e;
}
.mom-s-pancake {
color: #f6c655;
}
.welcoming-wasp {
color: #f0a800;
}
.wet-coral {
color: #d45949;
}
/* CSS Variables */
:root {
--favourite-ale:#9d6f3f;
--fire-coral:#e7b36e;
--mom-s-pancake:#f6c655;
--welcoming-wasp:#f0a800;
--wet-coral:#d45949;
}