Color names in this palette
CSS code for this palette
/* CSS */
.bright-blue-violet {
color: #8a2ce2;
}
.misty-rose {
color: #ffe3e0;
}
.matt-pink {
color: #ffb8c1;
}
.light-blue {
color: #add8e6;
}
.medium-spring-green {
color: #00fa9a;
}
/* CSS Variables */
:root {
--bright-blue-violet:#8a2ce2;
--misty-rose:#ffe3e0;
--matt-pink:#ffb8c1;
--light-blue:#add8e6;
--medium-spring-green:#00fa9a;
}