Kiwi Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kiwi Dreamscape palette

Share this palette to:

Kiwi Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #70db8d;
}
.color-2 {
color: #a9e5b5;
}
.color-3 {
color: #d2f0b2;
}
.color-4 {
color: #f4e69f;
}
.color-5 {
color: #f8c58b;
}

/* CSS Variables */
:root {
--color-1: #70db8d;
--color-2: #a9e5b5;
--color-3: #d2f0b2;
--color-4: #f4e69f;
--color-5: #f8c58b;
}

Kiwi Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70db8d, #a9e5b5, #d2f0b2, #f4e69f, #f8c58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70db8d, #a9e5b5, #d2f0b2, #f4e69f, #f8c58b);
}

Kiwi Dreamscape color palette created on .