Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.wishy-washy-lilies {
color: #f6dfe5;
}
.breezy-touch {
color: #bfd8e8;
}
.sparkling-mint {
color: #a3e0d4;
}
.bright-bluebonnet {
color: #8fb2c1;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--wishy-washy-lilies:#f6dfe5;
--breezy-touch:#bfd8e8;
--sparkling-mint:#a3e0d4;
--bright-bluebonnet:#8fb2c1;
}