Cindy's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cindy's Dreamscape palette

Share this palette to:

Cindy's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f9e9d7;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #4b93b9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b1a1;
--color-3: #f9e9d7;
--color-4: #a1d6e2;
--color-5: #4b93b9;
}

Cindy's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b1a1, #f9e9d7, #a1d6e2, #4b93b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b1a1, #f9e9d7, #a1d6e2, #4b93b9);
}

Cindy's Dreamscape color palette created on .