Kino's Garden Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kino's Garden Dream palette

Share this palette to:

Kino's Garden Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #90dc8f;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #d68f8f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #90dc8f;
--color-4: #6b9cd1;
--color-5: #d68f8f;
}

Kino's Garden Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #90dc8f, #6b9cd1, #d68f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #90dc8f, #6b9cd1, #d68f8f);
}

Kino's Garden Dream color palette created on .