Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.flush-orange {
color: #ff6e00;
}
.rosy-fluffy-bedspread {
color: #c87aff;
}
.malibu-blue {
color: #00a8d6;
}
.kelley-green {
color: #00b32d;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--flush-orange:#ff6e00;
--rosy-fluffy-bedspread:#c87aff;
--malibu-blue:#00a8d6;
--kelley-green:#00b32d;
}