Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e3d8;
}
.bellagio-fountains {
color: #b8e1f4;
}
.poodle-skirt {
color: #ffb3ba;
}
.kisses-and-hugs {
color: #ff667d;
}
.la-vie-en-rose {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e3d8;
--bellagio-fountains:#b8e1f4;
--poodle-skirt:#ffb3ba;
--kisses-and-hugs:#ff667d;
--la-vie-en-rose:#d4a5a5;
}