Candyfloss Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candyfloss Dreams palette

Share this palette to:

Candyfloss Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff3d61;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9b27b0;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff7092;
--color-3: #ff3d61;
--color-4: #d6006f;
--color-5: #9b27b0;
}

Candyfloss Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff7092, #ff3d61, #d6006f, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff7092, #ff3d61, #d6006f, #9b27b0);
}

Candyfloss Dreams color palette created on .