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: #ff9eb0;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffcceb;
}
.color-4 {
color: #ffe5f3;
}
.color-5 {
color: #fffafc;
}

/* CSS Variables */
:root {
--color-1: #ff9eb0;
--color-2: #ffb3d9;
--color-3: #ffcceb;
--color-4: #ffe5f3;
--color-5: #fffafc;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9eb0, #ffb3d9, #ffcceb, #ffe5f3, #fffafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9eb0, #ffb3d9, #ffcceb, #ffe5f3, #fffafc);
}

Cotton Candy Dreams color palette created on .