Color names in this palette
CSS code for this palette
/* CSS */
.sand-island {
color: #f6d1c1;
}
.lavender-candy {
color: #f8b4d3;
}
.hanami-pink {
color: #f2a6e0;
}
.bright-ube {
color: #d09fef;
}
.tropical-blue {
color: #b4c7f3;
}
/* CSS Variables */
:root {
--sand-island:#f6d1c1;
--lavender-candy:#f8b4d3;
--hanami-pink:#f2a6e0;
--bright-ube:#d09fef;
--tropical-blue:#b4c7f3;
}