Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1a1a4c;
}
.clematis-blue {
color: #3b3b8c;
}
.circumorbital-ring {
color: #5a5abf;
}
.perrywinkle {
color: #8a8ae0;
}
.winterspring-lilac {
color: #b3b3ff;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1a1a4c;
--clematis-blue:#3b3b8c;
--circumorbital-ring:#5a5abf;
--perrywinkle:#8a8ae0;
--winterspring-lilac:#b3b3ff;
}