Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blackberry-yogurt {
color: #e5b8e5;
}
.yellow-tulip {
color: #f5d26b;
}
.antique-cameo {
color: #f3b7a0;
}
.happy-hearts {
color: #d76565;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blackberry-yogurt:#e5b8e5;
--yellow-tulip:#f5d26b;
--antique-cameo:#f3b7a0;
--happy-hearts:#d76565;
}