Color names in this palette
CSS code for this palette
/* CSS */
.bird-bath-blue {
color: #cee0e8;
}
.pocket-lint {
color: #b6d5d8;
}
.blue-bows {
color: #a2c4d8;
}
.eau-de-rose {
color: #e4b9d4;
}
.brilliant-beige {
color: #f2c5b5;
}
/* CSS Variables */
:root {
--bird-bath-blue:#cee0e8;
--pocket-lint:#b6d5d8;
--blue-bows:#a2c4d8;
--eau-de-rose:#e4b9d4;
--brilliant-beige:#f2c5b5;
}