Color names in this palette
CSS code for this palette
/* CSS */
.lavender-savor {
color: #f0e0ff;
}
.light-periwinkle {
color: #b8c8ff;
}
.punch-out-glove {
color: #6b95ff;
}
.blue-titmouse {
color: #3d5eff;
}
.twilight-express {
color: #1e2e76;
}
/* CSS Variables */
:root {
--lavender-savor:#f0e0ff;
--light-periwinkle:#b8c8ff;
--punch-out-glove:#6b95ff;
--blue-titmouse:#3d5eff;
--twilight-express:#1e2e76;
}