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: #ff9e9e;
}
.color-2 {
color: #ffce80;
}
.color-3 {
color: #ffb3e4;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffedcc;
}

/* CSS Variables */
:root {
--color-1: #ff9e9e;
--color-2: #ffce80;
--color-3: #ffb3e4;
--color-4: #ff6e61;
--color-5: #ffedcc;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9e9e, #ffce80, #ffb3e4, #ff6e61, #ffedcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9e9e, #ffce80, #ffb3e4, #ff6e61, #ffedcc);
}

Cotton Candy Dreams color palette created on .