Dreamy Glitch Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Glitch Garden palette

Share this palette to:

Dreamy Glitch Garden color palette CSS

/* CSS */
.color-1 {
color: #f6b6d4;
}
.color-2 {
color: #a3c2e1;
}
.color-3 {
color: #d7e9aa;
}
.color-4 {
color: #f6f2c1;
}
.color-5 {
color: #f2a1c7;
}

/* CSS Variables */
:root {
--color-1: #f6b6d4;
--color-2: #a3c2e1;
--color-3: #d7e9aa;
--color-4: #f6f2c1;
--color-5: #f2a1c7;
}

Dreamy Glitch Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6d4, #a3c2e1, #d7e9aa, #f6f2c1, #f2a1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6d4, #a3c2e1, #d7e9aa, #f6f2c1, #f2a1c7);
}

Dreamy Glitch Garden color palette created on .