Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e1b6e7;
}
.island-light {
color: #a6c6ed;
}
.shallow-shoal {
color: #9fd6d2;
}
.milk-quartz {
color: #f4e0ae;
}
.pink-fit {
color: #f8aab4;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e1b6e7;
--island-light:#a6c6ed;
--shallow-shoal:#9fd6d2;
--milk-quartz:#f4e0ae;
--pink-fit:#f8aab4;
}