Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.clematis-blue {
color: #3a3f92;
}
.iris-bloom {
color: #5b639f;
}
.stonetalon-mountains {
color: #8c7c4f;
}
.enticing-red {
color: #b84c4e;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--clematis-blue:#3a3f92;
--iris-bloom:#5b639f;
--stonetalon-mountains:#8c7c4f;
--enticing-red:#b84c4e;
}