Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f1a7e4;
}
.in-the-pink {
color: #f4c3d1;
}
.barley-white {
color: #f7e3b6;
}
.creamy-custard {
color: #f8e8bf;
}
.egyptian-gold {
color: #f0a44c;
}
/* CSS Variables */
:root {
--hanami-pink:#f1a7e4;
--in-the-pink:#f4c3d1;
--barley-white:#f7e3b6;
--creamy-custard:#f8e8bf;
--egyptian-gold:#f0a44c;
}