Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #695d89;
}
.tiny-ribbons {
color: #b68bb1;
}
.desire-pink {
color: #f0c7d1;
}
.sun-dust {
color: #f5e2a3;
}
.snake-eyes {
color: #e7ca4b;
}
/* CSS Variables */
:root {
--kimberly:#695d89;
--tiny-ribbons:#b68bb1;
--desire-pink:#f0c7d1;
--sun-dust:#f5e2a3;
--snake-eyes:#e7ca4b;
}