Kim's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kim's Dreamscape palette

Share this palette to:

Kim's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9dbe;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9dbe;
--color-3: #a7d7b8;
--color-4: #f5e0a3;
--color-5: #ffadad;
}

Kim's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9dbe, #a7d7b8, #f5e0a3, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9dbe, #a7d7b8, #f5e0a3, #ffadad);
}

Kim's Dreamscape color palette created on .