Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.pale-primrose {
color: #f0c7d2;
}
.blush-tint {
color: #f3e2e6;
}
.noodles {
color: #f9e3b4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--pale-primrose:#f0c7d2;
--blush-tint:#f3e2e6;
--noodles:#f9e3b4;
--apricot-glazed-chicken:#f5a524;
}