Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1d1e5d;
}
.blue-gem {
color: #4b3b8c;
}
.purple-pleasures {
color: #814ba0;
}
.gin-still {
color: #b9905b;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--spacescape:#1d1e5d;
--blue-gem:#4b3b8c;
--purple-pleasures:#814ba0;
--gin-still:#b9905b;
--sunshine-mellow:#f1c40e;
}