Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1b194d;
}
.hot-sauna {
color: #3e3a73;
}
.wizard-s-potion {
color: #5b5b9a;
}
.ruffled-iris {
color: #9f9fc1;
}
.tranquil-sea {
color: #d2d2df;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1b194d;
--hot-sauna:#3e3a73;
--wizard-s-potion:#5b5b9a;
--ruffled-iris:#9f9fc1;
--tranquil-sea:#d2d2df;
}