Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f6e5b6;
}
.lusty-salmon {
color: #f0b1a3;
}
.little-bow-pink {
color: #d57b9c;
}
.soft-purple {
color: #a96bb3;
}
.purple-balloon {
color: #5e5b8b;
}
/* CSS Variables */
:root {
--barley-white:#f6e5b6;
--lusty-salmon:#f0b1a3;
--little-bow-pink:#d57b9c;
--soft-purple:#a96bb3;
--purple-balloon:#5e5b8b;
}