Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1d9a6a;
}
.esmeralda {
color: #3cbe7b;
}
.screen-glow {
color: #5ee8a8;
}
.fresh-pineapple {
color: #f2d450;
}
.camellia {
color: #f2695a;
}
/* CSS Variables */
:root {
--starship-trooper:#1d9a6a;
--esmeralda:#3cbe7b;
--screen-glow:#5ee8a8;
--fresh-pineapple:#f2d450;
--camellia:#f2695a;
}