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: #ffb3c1;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ffeb99;
}
.color-4 {
color: #c1f0c1;
}
.color-5 {
color: #99d1ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ffcc99;
--color-3: #ffeb99;
--color-4: #c1f0c1;
--color-5: #99d1ff;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ffcc99, #ffeb99, #c1f0c1, #99d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ffcc99, #ffeb99, #c1f0c1, #99d1ff);
}

Cotton Candy Dreams color palette created on .