Sweet Confection Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confection Dream palette

Share this palette to:

Download Sweet Confection Dream Color Palette (PNG)

Download sweet confection dream color palette PNG image (landscape)
Download sweet confection dream color palette PNG image (square)

Sweet Confection Dream color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffccbd;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #fff9c2;
}
.color-5 {
color: #ffe680;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffccbd;
--color-3: #ffe0b3;
--color-4: #fff9c2;
--color-5: #ffe680;
}

Sweet Confection Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffccbd, #ffe0b3, #fff9c2, #ffe680);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffccbd, #ffe0b3, #fff9c2, #ffe680);
}

Sweet Confection Dream color palette created on .