Color names in this palette
CSS code for this palette
/* CSS */
.sprinkled-with-pink {
color: #e3a1af;
}
.cupcake-rose {
color: #e6c8b7;
}
.breakwaters {
color: #d8e4e1;
}
.blue-dam {
color: #a3c6d1;
}
.dusty-teal {
color: #4a8c8b;
}
/* CSS Variables */
:root {
--sprinkled-with-pink:#e3a1af;
--cupcake-rose:#e6c8b7;
--breakwaters:#d8e4e1;
--blue-dam:#a3c6d1;
--dusty-teal:#4a8c8b;
}