Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3f4a92;
}
.moonshade {
color: #5b6f9a;
}
.king-neptune {
color: #7c92c0;
}
.japanese-fern {
color: #b9b750;
}
.sohi-red {
color: #e05d38;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3f4a92;
--moonshade:#5b6f9a;
--king-neptune:#7c92c0;
--japanese-fern:#b9b750;
--sohi-red:#e05d38;
}