Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.purple-cabbage {
color: #3c2f9d;
}
.loch-ness {
color: #5d6db6;
}
.ruffled-iris {
color: #a2a2c3;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--purple-cabbage:#3c2f9d;
--loch-ness:#5d6db6;
--ruffled-iris:#a2a2c3;
--white-smoke:#f5f5f5;
}