Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f6c7b6;
}
.fireflies {
color: #f6daa7;
}
.romantic-morning {
color: #e1b6e2;
}
.havana-blue {
color: #a7dae6;
}
.hot-aquarelle-pink {
color: #ffb3e2;
}
/* CSS Variables */
:root {
--serene-pink:#f6c7b6;
--fireflies:#f6daa7;
--romantic-morning:#e1b6e2;
--havana-blue:#a7dae6;
--hot-aquarelle-pink:#ffb3e2;
}