Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e8e;
}
.greyish-teal {
color: #6f9f90;
}
.iced-aqua {
color: #a7d3d7;
}
.serene-pink {
color: #f5c5b7;
}
.bubblegum {
color: #e45e72;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e8e;
--greyish-teal:#6f9f90;
--iced-aqua:#a7d3d7;
--serene-pink:#f5c5b7;
--bubblegum:#e45e72;
}