Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a4;
}
.pink-chintz {
color: #f1c0d1;
}
.butter-up {
color: #f3e2b9;
}
.aquatint {
color: #b8e5e0;
}
.atlantic-ocean {
color: #a8d6e6;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a4;
--pink-chintz:#f1c0d1;
--butter-up:#f3e2b9;
--aquatint:#b8e5e0;
--atlantic-ocean:#a8d6e6;
}