Matcha Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Matcha Blossom palette

Share this palette to:

Matcha Blossom color palette CSS

/* CSS */
.color-1 {
color: #b2d9a1;
}
.color-2 {
color: #a6e2bd;
}
.color-3 {
color: #f2deb1;
}
.color-4 {
color: #f2b2a1;
}
.color-5 {
color: #e66b6b;
}

/* CSS Variables */
:root {
--color-1: #b2d9a1;
--color-2: #a6e2bd;
--color-3: #f2deb1;
--color-4: #f2b2a1;
--color-5: #e66b6b;
}

Matcha Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d9a1, #a6e2bd, #f2deb1, #f2b2a1, #e66b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d9a1, #a6e2bd, #f2deb1, #f2b2a1, #e66b6b);
}

Matcha Blossom color palette created on .