Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f59eaf;
}
.cherry-blossom {
color: #f6c1d5;
}
.blackberry-yogurt {
color: #e5b8e3;
}
.island-light {
color: #a6c6ed;
}
.crystal-river {
color: #b1e5f2;
}
/* CSS Variables */
:root {
--sweet-60:#f59eaf;
--cherry-blossom:#f6c1d5;
--blackberry-yogurt:#e5b8e3;
--island-light:#a6c6ed;
--crystal-river:#b1e5f2;
}