Color names in this palette
CSS code for this palette
/* CSS */
.precious-persimmon {
color: #ff7142;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
.fuchsia-pheromone {
color: #ab47bd;
}
/* CSS Variables */
:root {
--precious-persimmon:#ff7142;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--ti-n-l-n-sky:#65b5f6;
--fuchsia-pheromone:#ab47bd;
}