Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e7a2c7;
}
.impatiens-petal {
color: #f1d0d8;
}
.bali-sand {
color: #f6e8d5;
}
.refreshing-pool {
color: #b8e5e5;
}
.after-the-rain {
color: #8bc7d0;
}
/* CSS Variables */
:root {
--prettiest-pink:#e7a2c7;
--impatiens-petal:#f1d0d8;
--bali-sand:#f6e8d5;
--refreshing-pool:#b8e5e5;
--after-the-rain:#8bc7d0;
}