Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.banana-ice-cream {
color: #f0d4b2;
}
.spring-kiss {
color: #e5f0b2;
}
.crystal-river {
color: #b2e5f0;
}
.larkspur-bud {
color: #b2c2f0;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--banana-ice-cream:#f0d4b2;
--spring-kiss:#e5f0b2;
--crystal-river:#b2e5f0;
--larkspur-bud:#b2c2f0;
}