Color names in this palette
CSS code for this palette
/* CSS */
.nouveau-riche {
color: #ffbf75;
}
.grapefruit {
color: #ff5c5c;
}
.diva-pink {
color: #ff3d7e;
}
.purple-honeycreeper {
color: #8e4dff;
}
.qing-dynasty-dragon {
color: #3b5af1;
}
/* CSS Variables */
:root {
--nouveau-riche:#ffbf75;
--grapefruit:#ff5c5c;
--diva-pink:#ff3d7e;
--purple-honeycreeper:#8e4dff;
--qing-dynasty-dragon:#3b5af1;
}