Fizzy Cotton Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fizzy Cotton Dream palette

Share this palette to:

Fizzy Cotton Dream color palette CSS

/* CSS */
.color-1 {
color: #1d9ddd;
}
.color-2 {
color: #6dc2e3;
}
.color-3 {
color: #a3e3f5;
}
.color-4 {
color: #f7a6c2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1d9ddd;
--color-2: #6dc2e3;
--color-3: #a3e3f5;
--color-4: #f7a6c2;
--color-5: #ff6e61;
}

Fizzy Cotton Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9ddd, #6dc2e3, #a3e3f5, #f7a6c2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9ddd, #6dc2e3, #a3e3f5, #f7a6c2, #ff6e61);
}

Fizzy Cotton Dream color palette created on .