Matcha Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Matcha Dream palette
Matcha Dream color palette PNG image
Matcha Dream color palette CSS
/* CSS */
.color-1 {
color: #d4e9b4;
}
.color-2 {
color: #e8f3e2;
}
.color-3 {
color: #f4f8f1;
}
.color-4 {
color: #f8f3e7;
}
.color-5 {
color: #e0d6c2;
}
/* CSS Variables */
:root {
--color-1: #d4e9b4;
--color-2: #e8f3e2;
--color-3: #f4f8f1;
--color-4: #f8f3e7;
--color-5: #e0d6c2;
}
Matcha Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e9b4, #e8f3e2, #f4f8f1, #f8f3e7, #e0d6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e9b4, #e8f3e2, #f4f8f1, #f8f3e7, #e0d6c2);
}
Similar color palettes
Scroll down to explore 2 Green color palettes
Matcha Dream color palette created on .