Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a65fb9;
}
.blue-gourami {
color: #6a9cdc;
}
.water-sports {
color: #41c3c8;
}
.spring-yellow {
color: #f2e37d;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--prickly-purple:#a65fb9;
--blue-gourami:#6a9cdc;
--water-sports:#41c3c8;
--spring-yellow:#f2e37d;
--n-rang-orange:#ff8052;
}