Serene Matcha Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Matcha Blossom palette

Share this palette to:

Serene Matcha Blossom color palette CSS

/* CSS */
.color-1 {
color: #afd89d;
}
.color-2 {
color: #a6e3b2;
}
.color-3 {
color: #e6f9c8;
}
.color-4 {
color: #f3c5b4;
}
.color-5 {
color: #f2a2a1;
}

/* CSS Variables */
:root {
--color-1: #afd89d;
--color-2: #a6e3b2;
--color-3: #e6f9c8;
--color-4: #f3c5b4;
--color-5: #f2a2a1;
}

Serene Matcha Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afd89d, #a6e3b2, #e6f9c8, #f3c5b4, #f2a2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afd89d, #a6e3b2, #e6f9c8, #f3c5b4, #f2a2a1);
}

Serene Matcha Blossom color palette created on .