Sweet Matcha Delights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Matcha Delights palette
Sweet Matcha Delights color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e4d0c8;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #c4b6a6;
}
.color-5 {
color: #e1c5b7;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e4d0c8;
--color-3: #f2e6d9;
--color-4: #c4b6a6;
--color-5: #e1c5b7;
}
Sweet Matcha Delights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e4d0c8, #f2e6d9, #c4b6a6, #e1c5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e4d0c8, #f2e6d9, #c4b6a6, #e1c5b7);
}
Similar color palettes
Sweet Matcha Delights color palette created on .