Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1e1c54;
}
.hanami-pink {
color: #f6a7e0;
}
.faded-sunlight {
color: #ffce6b;
}
.throat-chakra {
color: #66d3d6;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--spacescape:#1e1c54;
--hanami-pink:#f6a7e0;
--faded-sunlight:#ffce6b;
--throat-chakra:#66d3d6;
--pompelmo:#ff6b6b;
}