Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #e8b5d1;
}
.pink-chalk {
color: #f3a5bf;
}
.geranium-pink {
color: #f78d9b;
}
.blaze {
color: #f78a4b;
}
.wake-me-up {
color: #f5d75b;
}
/* CSS Variables */
:root {
--sweet-lilac:#e8b5d1;
--pink-chalk:#f3a5bf;
--geranium-pink:#f78d9b;
--blaze:#f78a4b;
--wake-me-up:#f5d75b;
}