Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1d9a6a;
}
.acid-sleazebag {
color: #4fbf7a;
}
.overtone {
color: #a8e1b9;
}
.coral-blossom {
color: #f9c09f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--starship-trooper:#1d9a6a;
--acid-sleazebag:#4fbf7a;
--overtone:#a8e1b9;
--coral-blossom:#f9c09f;
--breeze-of-chilli:#f76e6e;
}