Color names in this palette
CSS code for this palette
/* CSS */
.pink-power {
color: #d1b3d0;
}
.think-pink {
color: #e6a2c1;
}
.florida-sunrise {
color: #f6aa6f;
}
.venetian-yellow {
color: #f6e6a2;
}
.bathe-blue {
color: #c4e1e3;
}
/* CSS Variables */
:root {
--pink-power:#d1b3d0;
--think-pink:#e6a2c1;
--florida-sunrise:#f6aa6f;
--venetian-yellow:#f6e6a2;
--bathe-blue:#c4e1e3;
}