Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4d4d8f;
}
.astro-zinger {
color: #7a7ab8;
}
.freesia-purple {
color: #b1b1d8;
}
.light-pink-polar {
color: #d9c9c9;
}
.old-flame {
color: #f4b8b8;
}
/* CSS Variables */
:root {
--beaded-blue:#4d4d8f;
--astro-zinger:#7a7ab8;
--freesia-purple:#b1b1d8;
--light-pink-polar:#d9c9c9;
--old-flame:#f4b8b8;
}