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: #f6b6e4;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #c8e8b5;
}
.color-4 {
color: #9fd0e5;
}
.color-5 {
color: #c7d4e1;
}

/* CSS Variables */
:root {
--color-1: #f6b6e4;
--color-2: #f7d7a6;
--color-3: #c8e8b5;
--color-4: #9fd0e5;
--color-5: #c7d4e1;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6e4, #f7d7a6, #c8e8b5, #9fd0e5, #c7d4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6e4, #f7d7a6, #c8e8b5, #9fd0e5, #c7d4e1);
}

Cotton Candy Dreams color palette created on .