Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a3b6;
}
.pink-frosting {
color: #f7d4e1;
}
.milk-glass {
color: #f9f6f1;
}
.tierra-del-fuego-sea-green {
color: #c2e0d2;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--garden-party:#e1a3b6;
--pink-frosting:#f7d4e1;
--milk-glass:#f9f6f1;
--tierra-del-fuego-sea-green:#c2e0d2;
--blue-dam:#a1c6d4;
}