Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-smoothie {
color: #d19fb3;
}
.sweetheart {
color: #f4c3d6;
}
.sun-dust {
color: #f5e0a3;
}
.aqua-island {
color: #a1d9d9;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--raspberry-smoothie:#d19fb3;
--sweetheart:#f4c3d6;
--sun-dust:#f5e0a3;
--aqua-island:#a1d9d9;
--windstorm:#6999c3;
}