Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.lucky-point {
color: #2a2e50;
}
.provocative {
color: #4d507a;
}
.roseine-plum {
color: #7b7ea7;
}
.rhapsody-lilac {
color: #b9bdda;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--lucky-point:#2a2e50;
--provocative:#4d507a;
--roseine-plum:#7b7ea7;
--rhapsody-lilac:#b9bdda;
}