Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.indiviolet-sunset {
color: #690dab;
}
.bruschetta-tomato {
color: #ff6347;
}
.soviet-gold {
color: #ffd900;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--indiviolet-sunset:#690dab;
--bruschetta-tomato:#ff6347;
--soviet-gold:#ffd900;
--poisonous-pesticide:#32cd32;
}