Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #ed9f02;
}
.tangerine-skin {
color: #f08605;
}
.medium-vermilion {
color: #d95d3a;
}
.purple-orchid {
color: #a84d89;
}
.daisy-bush {
color: #5e3c8b;
}
/* CSS Variables */
:root {
--lemon-dream:#ed9f02;
--tangerine-skin:#f08605;
--medium-vermilion:#d95d3a;
--purple-orchid:#a84d89;
--daisy-bush:#5e3c8b;
}