Color names in this palette
CSS code for this palette
/* CSS */
.bleached-aqua {
color: #b9e4e0;
}
.sweetheart {
color: #f2c5d8;
}
.pink-marshmallow {
color: #f5b2d4;
}
.rosecco {
color: #eab8e4;
}
.chowder-bowl {
color: #e4d1b4;
}
/* CSS Variables */
:root {
--bleached-aqua:#b9e4e0;
--sweetheart:#f2c5d8;
--pink-marshmallow:#f5b2d4;
--rosecco:#eab8e4;
--chowder-bowl:#e4d1b4;
}