Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1e1f5c;
}
.daisy-bush {
color: #5c3f8d;
}
.aged-purple {
color: #a64e9f;
}
.smoked-salmon {
color: #f58270;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--spacescape:#1e1f5c;
--daisy-bush:#5c3f8d;
--aged-purple:#a64e9f;
--smoked-salmon:#f58270;
--floral-leaf:#ffb84d;
}