Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1e1f5c;
}
.ocean-call {
color: #296d8e;
}
.cockatoo {
color: #5ac4b4;
}
.buttery-croissant {
color: #f6e09d;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--spacescape:#1e1f5c;
--ocean-call:#296d8e;
--cockatoo:#5ac4b4;
--buttery-croissant:#f6e09d;
--chrome-yellow:#faa700;
}