Mitsuri's Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mitsuri's Garden palette

Share this palette to:

Mitsuri's Garden color palette PNG image

Download mitsuri's garden color palette PNG image (landscape)
Download mitsuri's garden color palette PNG image (square)

Mitsuri's Garden color palette CSS

/* CSS */
.color-1 {
color: #f49faf;
}
.color-2 {
color: #f9c3ce;
}
.color-3 {
color: #efe6c3;
}
.color-4 {
color: #c2e5de;
}
.color-5 {
color: #a2d2e6;
}

/* CSS Variables */
:root {
--color-1: #f49faf;
--color-2: #f9c3ce;
--color-3: #efe6c3;
--color-4: #c2e5de;
--color-5: #a2d2e6;
}

Mitsuri's Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f49faf, #f9c3ce, #efe6c3, #c2e5de, #a2d2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f49faf, #f9c3ce, #efe6c3, #c2e5de, #a2d2e6);
}

Mitsuri's Garden color palette created on .