Innocent Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Innocent Dream palette

Share this palette to:

Innocent Dream color palette PNG image

Download innocent dream color palette PNG image (landscape)
Download innocent dream color palette PNG image (square)

Innocent Dream color palette CSS

/* CSS */
.color-1 {
color: #f6a7b0;
}
.color-2 {
color: #ffb8d1;
}
.color-3 {
color: #ffedb3;
}
.color-4 {
color: #b0e3d4;
}
.color-5 {
color: #a0c1e9;
}

/* CSS Variables */
:root {
--color-1: #f6a7b0;
--color-2: #ffb8d1;
--color-3: #ffedb3;
--color-4: #b0e3d4;
--color-5: #a0c1e9;
}

Innocent Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}

Innocent Dream color palette created on .