Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1a1a4c;
}
.beaded-blue {
color: #4d4d8f;
}
.murex {
color: #8080b3;
}
.perano {
color: #b3b3e6;
}
.transparent-blue {
color: #dbdbff;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1a1a4c;
--beaded-blue:#4d4d8f;
--murex:#8080b3;
--perano:#b3b3e6;
--transparent-blue:#dbdbff;
}