Color names in this palette
CSS code for this palette
/* CSS */
.japanese-rose-garden {
color: #e4b9c5;
}
.misty-memories {
color: #e9c3d4;
}
.milkshake-pink {
color: #f2cfd4;
}
.blush-tint {
color: #f5e0e4;
}
.grim-white {
color: #f8f1f4;
}
/* CSS Variables */
:root {
--japanese-rose-garden:#e4b9c5;
--misty-memories:#e9c3d4;
--milkshake-pink:#f2cfd4;
--blush-tint:#f5e0e4;
--grim-white:#f8f1f4;
}