Color names in this palette
CSS code for this palette
/* CSS */
.immaculate-iguana {
color: #a7d100;
}
.fuchsia-pheromone {
color: #a94cb8;
}
.empire-yellow {
color: #f5d400;
}
.lake-thun {
color: #49b8e4;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--immaculate-iguana:#a7d100;
--fuchsia-pheromone:#a94cb8;
--empire-yellow:#f5d400;
--lake-thun:#49b8e4;
--blush-hour:#ff7092;
}