Garden Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Garden Reverie palette

Share this palette to:

Download Garden Reverie Color Palette (PNG)

Download garden reverie color palette PNG image (landscape)
Download garden reverie color palette PNG image (square)

Garden Reverie color palette CSS

/* CSS */
.color-1 {
color: #fecdf8;
}
.color-2 {
color: #c88614;
}
.color-3 {
color: #dc2e9f;
}
.color-4 {
color: #efe015;
}
.color-5 {
color: #43281e;
}

/* CSS Variables */
:root {
--color-1: #fecdf8;
--color-2: #c88614;
--color-3: #dc2e9f;
--color-4: #efe015;
--color-5: #43281e;
}

Garden Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fecdf8, #c88614, #dc2e9f, #efe015, #43281e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fecdf8, #c88614, #dc2e9f, #efe015, #43281e);
}

Garden Reverie color palette created on .