Vivid Daydreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Daydreams palette

Share this palette to:

Vivid Daydreams color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #f3b462;
}
.color-4 {
color: #d4e8b0;
}
.color-5 {
color: #a1d1e8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff998a;
--color-3: #f3b462;
--color-4: #d4e8b0;
--color-5: #a1d1e8;
}

Vivid Daydreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff998a, #f3b462, #d4e8b0, #a1d1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff998a, #f3b462, #d4e8b0, #a1d1e8);
}

Vivid Daydreams color palette created on .