Cotton Candy Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

Share this palette to:

Cotton Candy Dreams color palette CSS

/* CSS */
.color-1 {
color: #fad1d1;
}
.color-2 {
color: #ffc2c2;
}
.color-3 {
color: #ffb3e4;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #fad1d1;
--color-2: #ffc2c2;
--color-3: #ffb3e4;
--color-4: #ffc29e;
--color-5: #ffadad;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad1d1, #ffc2c2, #ffb3e4, #ffc29e, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad1d1, #ffc2c2, #ffb3e4, #ffc29e, #ffadad);
}

Cotton Candy Dreams color palette created on .