Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1c1c5a;
}
.tory-blue {
color: #3c4e8b;
}
.kimono {
color: #6c84b7;
}
.pale-cerulean {
color: #9bc4e4;
}
.boxwood-yellow {
color: #f0e4a3;
}
/* CSS Variables */
:root {
--spacescape:#1c1c5a;
--tory-blue:#3c4e8b;
--kimono:#6c84b7;
--pale-cerulean:#9bc4e4;
--boxwood-yellow:#f0e4a3;
}