Color names in this palette
CSS code for this palette
/* CSS */
.hermosa-pink {
color: #ffb3f0;
}
.erythrosine {
color: #ff7ab2;
}
.blood-burst {
color: #ff4d4d;
}
.soviet-gold {
color: #ffd900;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--hermosa-pink:#ffb3f0;
--erythrosine:#ff7ab2;
--blood-burst:#ff4d4d;
--soviet-gold:#ffd900;
--capri:#00bfff;
}