Color names in this palette
CSS code for this palette
/* CSS */
.pink-dahlia {
color: #b94b6a;
}
.medium-terracotta {
color: #d69c8a;
}
.loveable {
color: #f1c1c5;
}
.think-pink {
color: #e5a4c2;
}
.light-curd {
color: #f9e9c8;
}
/* CSS Variables */
:root {
--pink-dahlia:#b94b6a;
--medium-terracotta:#d69c8a;
--loveable:#f1c1c5;
--think-pink:#e5a4c2;
--light-curd:#f9e9c8;
}