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 PNG image

Download matcha blossom color palette PNG image (landscape)
Download matcha blossom color palette PNG image (square)

Matcha Blossom color palette CSS

/* CSS */
.color-1 {
color: #c7e5b8;
}
.color-2 {
color: #a4d7a3;
}
.color-3 {
color: #7dba8c;
}
.color-4 {
color: #599b75;
}
.color-5 {
color: #4b7c65;
}

/* CSS Variables */
:root {
--color-1: #c7e5b8;
--color-2: #a4d7a3;
--color-3: #7dba8c;
--color-4: #599b75;
--color-5: #4b7c65;
}

Matcha Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e5b8, #a4d7a3, #7dba8c, #599b75, #4b7c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e5b8, #a4d7a3, #7dba8c, #599b75, #4b7c65);
}

Matcha Blossom color palette created on .