Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.tropical-violet {
color: #d5a7e2;
}
.island-light {
color: #a6c6ed;
}
.turkish-turquoise {
color: #78e1e8;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--tropical-violet:#d5a7e2;
--island-light:#a6c6ed;
--turkish-turquoise:#78e1e8;
--azure-tide:#2a9d90;
}