Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f5d1b2;
}
.sweet-lilac {
color: #e7b6d2;
}
.bright-ube {
color: #d4a6e7;
}
.baby-bunting {
color: #aac7e9;
}
.broom-butterfly-blue {
color: #69b3d8;
}
/* CSS Variables */
:root {
--barrett-quince:#f5d1b2;
--sweet-lilac:#e7b6d2;
--bright-ube:#d4a6e7;
--baby-bunting:#aac7e9;
--broom-butterfly-blue:#69b3d8;
}