Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d0aee0;
}
.sumire-violet {
color: #6f5b9f;
}
.crown-blue {
color: #4a4e68;
}
.welcoming-wasp {
color: #f0a800;
}
.kimchi {
color: #f04c00;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d0aee0;
--sumire-violet:#6f5b9f;
--crown-blue:#4a4e68;
--welcoming-wasp:#f0a800;
--kimchi:#f04c00;
}