Color names in this palette
CSS code for this palette
/* CSS */
.ferocious-fuchsia {
color: #a400d6;
}
.purple-cactus-flower {
color: #b63e9c;
}
.lipstick-illusion {
color: #d56e6c;
}
.pink-mimosa {
color: #f7b6a6;
}
.snug-yellow {
color: #fddc81;
}
/* CSS Variables */
:root {
--ferocious-fuchsia:#a400d6;
--purple-cactus-flower:#b63e9c;
--lipstick-illusion:#d56e6c;
--pink-mimosa:#f7b6a6;
--snug-yellow:#fddc81;
}