Color names in this palette
CSS code for this palette
/* CSS */
.orchid-orange {
color: #ff9f80;
}
.snug-yellow {
color: #ffdb80;
}
.golden-aurelia {
color: #fff07a;
}
.sea-glass-teal {
color: #a4e5d8;
}
.rose-mallow {
color: #f4a4c9;
}
/* CSS Variables */
:root {
--orchid-orange:#ff9f80;
--snug-yellow:#ffdb80;
--golden-aurelia:#fff07a;
--sea-glass-teal:#a4e5d8;
--rose-mallow:#f4a4c9;
}