Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1d2a;
}
.crown-blue {
color: #4a4a68;
}
.blue-intrigue {
color: #7d7d9b;
}
.berry-frapp {
color: #b4a1c9;
}
.passive-pink {
color: #d6a19e;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1d2a;
--crown-blue:#4a4a68;
--blue-intrigue:#7d7d9b;
--berry-frapp:#b4a1c9;
--passive-pink:#d6a19e;
}