Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1a1a4c;
}
.blue-glaze {
color: #5a5a7c;
}
.persian-violet {
color: #8b8bb1;
}
.tinted-iris {
color: #c7b6d8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1a1a4c;
--blue-glaze:#5a5a7c;
--persian-violet:#8b8bb1;
--tinted-iris:#c7b6d8;
--grapefruit-pulp:#ff6e61;
}