Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #191e29;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.rosy-tan {
color: #c9ada6;
}
.cute-little-pink {
color: #f5e2e0;
}
/* CSS Variables */
:root {
--coarse-wool:#191e29;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--rosy-tan:#c9ada6;
--cute-little-pink:#f5e2e0;
}