Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f0c7d0;
}
.kawaii {
color: #eaa9b7;
}
.sugar-tooth {
color: #d58b9d;
}
.creamed-raspberry {
color: #c06d86;
}
.china-rose {
color: #a5506e;
}
/* CSS Variables */
:root {
--desire-pink:#f0c7d0;
--kawaii:#eaa9b7;
--sugar-tooth:#d58b9d;
--creamed-raspberry:#c06d86;
--china-rose:#a5506e;
}