Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f1a7e0;
}
.maple-beige {
color: #f9d1a4;
}
.boxwood-yellow {
color: #f1e5a2;
}
.blizzard-blue {
color: #a2e1f1;
}
.baby-blue-eyes {
color: #a2c5f1;
}
/* CSS Variables */
:root {
--hanami-pink:#f1a7e0;
--maple-beige:#f9d1a4;
--boxwood-yellow:#f1e5a2;
--blizzard-blue:#a2e1f1;
--baby-blue-eyes:#a2c5f1;
}