Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d25b8d;
}
.fruit-shake {
color: #f49e8a;
}
.shrimp-toast {
color: #f6c4a2;
}
.flan {
color: #f6e3b6;
}
.think-pink {
color: #e2a7c0;
}
/* CSS Variables */
:root {
--flirty-rose:#d25b8d;
--fruit-shake:#f49e8a;
--shrimp-toast:#f6c4a2;
--flan:#f6e3b6;
--think-pink:#e2a7c0;
}