Color names in this palette
CSS code for this palette
/* CSS */
.bellagio-fountains {
color: #b9e2f3;
}
.cup-noodles {
color: #fddd7c;
}
.flash-in-the-pan {
color: #ff997a;
}
.cyclamen-red {
color: #a65e8d;
}
.lords-of-the-night {
color: #6a3f88;
}
/* CSS Variables */
:root {
--bellagio-fountains:#b9e2f3;
--cup-noodles:#fddd7c;
--flash-in-the-pan:#ff997a;
--cyclamen-red:#a65e8d;
--lords-of-the-night:#6a3f88;
}