Color names in this palette
CSS code for this palette
/* CSS */
.gloomy-blue {
color: #3b3f6d;
}
.allegiance {
color: #5b6c8b;
}
.ceil {
color: #8c9dcf;
}
.lavender-phlox {
color: #a8b5e1;
}
.cold-turbulence {
color: #d0e0f0;
}
/* CSS Variables */
:root {
--gloomy-blue:#3b3f6d;
--allegiance:#5b6c8b;
--ceil:#8c9dcf;
--lavender-phlox:#a8b5e1;
--cold-turbulence:#d0e0f0;
}