Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4b4c8b;
}
.deep-sea-base {
color: #2d2956;
}
.sambucus {
color: #1b1d2c;
}
.ace {
color: #c9cbe4;
}
.boysenberry-shadow {
color: #eff1fb;
}
/* CSS Variables */
:root {
--beaded-blue:#4b4c8b;
--deep-sea-base:#2d2956;
--sambucus:#1b1d2c;
--ace:#c9cbe4;
--boysenberry-shadow:#eff1fb;
}