Color names in this palette
CSS code for this palette
/* CSS */
.blue-pink {
color: #b6a2c3;
}
.lavender-water {
color: #d4c8df;
}
.tulip-white {
color: #f1e5d0;
}
.garbanzo-bean {
color: #f2d2a6;
}
.pueblo-rose {
color: #e87a6d;
}
/* CSS Variables */
:root {
--blue-pink:#b6a2c3;
--lavender-water:#d4c8df;
--tulip-white:#f1e5d0;
--garbanzo-bean:#f2d2a6;
--pueblo-rose:#e87a6d;
}