Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f9c89f;
}
.roseberry {
color: #f5a79e;
}
.posy-petal {
color: #f084a1;
}
.shadow-azalea-pink {
color: #e76a9a;
}
.kirby {
color: #d84b8f;
}
/* CSS Variables */
:root {
--chai-latte:#f9c89f;
--roseberry:#f5a79e;
--posy-petal:#f084a1;
--shadow-azalea-pink:#e76a9a;
--kirby:#d84b8f;
}