Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.forsythia-blossom {
color: #f9d66c;
}
.phellodendron-amurense {
color: #f1c13b;
}
.culpeo {
color: #e3a23b;
}
.bitter-orange {
color: #d77a28;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--forsythia-blossom:#f9d66c;
--phellodendron-amurense:#f1c13b;
--culpeo:#e3a23b;
--bitter-orange:#d77a28;
}