Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f6c1a7;
}
.iced-vovo {
color: #e1a8b3;
}
.high-maintenance {
color: #d48cb8;
}
.pale-purple {
color: #b58dce;
}
.boudoir-blue {
color: #7b9bdb;
}
/* CSS Variables */
:root {
--pink-beach:#f6c1a7;
--iced-vovo:#e1a8b3;
--high-maintenance:#d48cb8;
--pale-purple:#b58dce;
--boudoir-blue:#7b9bdb;
}