Candy Floss Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Floss Sunset palette

Share this palette to:

Candy Floss Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffb3c6;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffb3c6;
--color-2: #ff7092;
--color-3: #ff3c00;
--color-4: #ff9900;
--color-5: #ffd900;
}

Candy Floss Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c6, #ff7092, #ff3c00, #ff9900, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c6, #ff7092, #ff3c00, #ff9900, #ffd900);
}

Candy Floss Sunset color palette created on .