Pink Cloud Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cloud Dream palette

Share this palette to:

Download Pink Cloud Dream Color Palette (PNG)

Download pink cloud dream color palette PNG image (landscape)
Download pink cloud dream color palette PNG image (square)

Pink Cloud Dream color palette CSS

/* CSS */
.color-1 {
color: #fac7d4;
}
.color-2 {
color: #f8d8dd;
}
.color-3 {
color: #f5d1e4;
}
.color-4 {
color: #f2c5d8;
}
.color-5 {
color: #edc0cd;
}

/* CSS Variables */
:root {
--color-1: #fac7d4;
--color-2: #f8d8dd;
--color-3: #f5d1e4;
--color-4: #f2c5d8;
--color-5: #edc0cd;
}

Pink Cloud Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac7d4, #f8d8dd, #f5d1e4, #f2c5d8, #edc0cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac7d4, #f8d8dd, #f5d1e4, #f2c5d8, #edc0cd);
}

Pink Cloud Dream color palette created on .