Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-yellow {
color: #f9b85d;
}
.copper-river {
color: #f7a26e;
}
.creamy-peach {
color: #f59f84;
}
.dimple {
color: #f07f8c;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--amber-yellow:#f9b85d;
--copper-river:#f7a26e;
--creamy-peach:#f59f84;
--dimple:#f07f8c;
}