Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5b8b;
}
.wonder-wish {
color: #a77b99;
}
.cottage-rose {
color: #d9ab9b;
}
.yellow-bird {
color: #f4cc7b;
}
.quince-jelly {
color: #f68e2c;
}
/* CSS Variables */
:root {
--kimberly:#6b5b8b;
--wonder-wish:#a77b99;
--cottage-rose:#d9ab9b;
--yellow-bird:#f4cc7b;
--quince-jelly:#f68e2c;
}