Kimono Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kimono Dreams palette

Share this palette to:

Kimono Dreams color palette PNG image

Download kimono dreams color palette PNG image (landscape)
Download kimono dreams color palette PNG image (square)

Kimono Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7e5cf;
}
.color-2 {
color: #f2bac7;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #f7e5cf;
--color-2: #f2bac7;
--color-3: #ff6e61;
--color-4: #ffcb5c;
--color-5: #690571;
}

Kimono Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5cf, #f2bac7, #ff6e61, #ffcb5c, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5cf, #f2bac7, #ff6e61, #ffcb5c, #690571);
}

Kimono Dreams color palette created on .