Color names in this palette
CSS code for this palette
/* CSS */
.lilac-pink {
color: #c19fc6;
}
.lilac-haze {
color: #d6b8d3;
}
.brittany-s-bow {
color: #f4d7e2;
}
.banana-yogurt {
color: #f9e8b4;
}
.sunrise {
color: #f5c07a;
}
/* CSS Variables */
:root {
--lilac-pink:#c19fc6;
--lilac-haze:#d6b8d3;
--brittany-s-bow:#f4d7e2;
--banana-yogurt:#f9e8b4;
--sunrise:#f5c07a;
}