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: #ff7094;
}
.color-2 {
color: #ff9c99;
}
.color-3 {
color: #ffb8d1;
}
.color-4 {
color: #f6a7c1;
}
.color-5 {
color: #d1c7e1;
}

/* CSS Variables */
:root {
--color-1: #ff7094;
--color-2: #ff9c99;
--color-3: #ffb8d1;
--color-4: #f6a7c1;
--color-5: #d1c7e1;
}

Cotton Candy Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7094, #ff9c99, #ffb8d1, #f6a7c1, #d1c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7094, #ff9c99, #ffb8d1, #f6a7c1, #d1c7e1);
}

Cotton Candy Dreams color palette created on .