Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f7d1b1;
}
.sweet-lilac {
color: #eab8d1;
}
.bright-ube {
color: #d6a1e8;
}
.sea-cliff {
color: #a3c7e0;
}
.in-the-pink {
color: #f3c3d3;
}
/* CSS Variables */
:root {
--barrett-quince:#f7d1b1;
--sweet-lilac:#eab8d1;
--bright-ube:#d6a1e8;
--sea-cliff:#a3c7e0;
--in-the-pink:#f3c3d3;
}