Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.night-in-manchester {
color: #3b4db5;
}
.soft-blue {
color: #6d8ee9;
}
.pastel-blue {
color: #a3c3ff;
}
.cloud-break {
color: #f8f0ff;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--night-in-manchester:#3b4db5;
--soft-blue:#6d8ee9;
--pastel-blue:#a3c3ff;
--cloud-break:#f8f0ff;
}