Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.camaron-pink {
color: #ff808e;
}
.orchid-orange {
color: #ff9f80;
}
.nouveau-riche {
color: #ffbc75;
}
.common-dandelion {
color: #ffd65c;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--camaron-pink:#ff808e;
--orchid-orange:#ff9f80;
--nouveau-riche:#ffbc75;
--common-dandelion:#ffd65c;
}