Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.peach-damask {
color: #f6c4a7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.goku-orange {
color: #ef7c39;
}
.tomato-queen {
color: #d74c1d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--peach-damask:#f6c4a7;
--solar-plexus-chakra:#f1c84b;
--goku-orange:#ef7c39;
--tomato-queen:#d74c1d;
}