Color names in this palette
CSS code for this palette
/* CSS */
.pastel-pea {
color: #b6eba2;
}
.smooth-satin {
color: #a2d8d1;
}
.blue-glint {
color: #8fc5d6;
}
.childish-wonder {
color: #a5a7d9;
}
.tropical-violet {
color: #d4a7e2;
}
/* CSS Variables */
:root {
--pastel-pea:#b6eba2;
--smooth-satin:#a2d8d1;
--blue-glint:#8fc5d6;
--childish-wonder:#a5a7d9;
--tropical-violet:#d4a7e2;
}