Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1e1f5c;
}
.sick-blue {
color: #4a2b88;
}
.orchid-ecstasy {
color: #b93c8b;
}
.lugganath-orange {
color: #f6a788;
}
.goldfinch {
color: #f9e25d;
}
/* CSS Variables */
:root {
--spacescape:#1e1f5c;
--sick-blue:#4a2b88;
--orchid-ecstasy:#b93c8b;
--lugganath-orange:#f6a788;
--goldfinch:#f9e25d;
}