Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3e8e;
}
.chetwode-blue {
color: #6a6fb4;
}
.violet-tulip {
color: #9d8dc8;
}
.pretty-petunia {
color: #d9b6e2;
}
.lavender-soap {
color: #f2c0e4;
}
/* CSS Variables */
:root {
--blue-gem:#4b3e8e;
--chetwode-blue:#6a6fb4;
--violet-tulip:#9d8dc8;
--pretty-petunia:#d9b6e2;
--lavender-soap:#f2c0e4;
}