Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #fbd5e2;
}
.lilting-laughter {
color: #fcecd9;
}
.social-butterfly {
color: #faf1dc;
}
.chalky-blue-white {
color: #cfebf2;
}
.pastel-jade {
color: #d4f2e0;
}
/* CSS Variables */
:root {
--sunset-pink:#fbd5e2;
--lilting-laughter:#fcecd9;
--social-butterfly:#faf1dc;
--chalky-blue-white:#cfebf2;
--pastel-jade:#d4f2e0;
}