Kelsey’s Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kelsey’s Dreamscape palette

Share this palette to:

Kelsey’s Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f8e8a0;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #6cb0e4;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f6d5a7;
--color-3: #f8e8a0;
--color-4: #a3d6e0;
--color-5: #6cb0e4;
}

Kelsey’s Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f6d5a7, #f8e8a0, #a3d6e0, #6cb0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f6d5a7, #f8e8a0, #a3d6e0, #6cb0e4);
}

Kelsey’s Dreamscape color palette created on .