Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.kindred {
color: #6f9ed8;
}
.pleasant-purple {
color: #8c3dae;
}
.sugar-mint {
color: #c1e1c5;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--solar-plexus-chakra:#f1c84b;
--kindred:#6f9ed8;
--pleasant-purple:#8c3dae;
--sugar-mint:#c1e1c5;
}