Color names in this palette
CSS code for this palette
/* CSS */
.bright-blue-violet {
color: #8a2ce2;
}
.cadet-blue {
color: #609d9f;
}
.capri {
color: #00bfff;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--bright-blue-violet:#8a2ce2;
--cadet-blue:#609d9f;
--capri:#00bfff;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
}