Color names in this palette
CSS code for this palette
/* CSS */
.sakura {
color: #e2b1b8;
}
.cherry-blossom {
color: #f4c3d4;
}
.belgian-cream {
color: #f9f1e1;
}
.blue-click {
color: #a5d8e9;
}
.stormfang {
color: #80a6c2;
}
/* CSS Variables */
:root {
--sakura:#e2b1b8;
--cherry-blossom:#f4c3d4;
--belgian-cream:#f9f1e1;
--blue-click:#a5d8e9;
--stormfang:#80a6c2;
}