Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.pink-blush {
color: #f6acb7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bermuda {
color: #1d798c;
}
.muted-lavender {
color: #3d5a99;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--pink-blush:#f6acb7;
--solar-plexus-chakra:#f1c84b;
--bermuda:#1d798c;
--muted-lavender:#3d5a99;
}