Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f6c7b6;
}
.fireflies {
color: #f7d9a6;
}
.james-blonde {
color: #f2e2b5;
}
.sweet-spring {
color: #d2e8bf;
}
.cruise {
color: #b6e2d6;
}
/* CSS Variables */
:root {
--serene-pink:#f6c7b6;
--fireflies:#f7d9a6;
--james-blonde:#f2e2b5;
--sweet-spring:#d2e8bf;
--cruise:#b6e2d6;
}