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: #f9c99f;
}
.color-2 {
color: #f5a8c7;
}
.color-3 {
color: #f3b4e0;
}
.color-4 {
color: #c9a1e2;
}
.color-5 {
color: #a6d7e7;
}

/* CSS Variables */
:root {
--color-1: #f9c99f;
--color-2: #f5a8c7;
--color-3: #f3b4e0;
--color-4: #c9a1e2;
--color-5: #a6d7e7;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c99f, #f5a8c7, #f3b4e0, #c9a1e2, #a6d7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c99f, #f5a8c7, #f3b4e0, #c9a1e2, #a6d7e7);
}

Cotton Candy Dreams color palette created on .