Fizzing Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fizzing Dreams palette

Share this palette to:

Fizzing Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8e0a0;
}
.color-2 {
color: #f1af79;
}
.color-3 {
color: #f09c75;
}
.color-4 {
color: #e7706e;
}
.color-5 {
color: #d95e87;
}

/* CSS Variables */
:root {
--color-1: #f8e0a0;
--color-2: #f1af79;
--color-3: #f09c75;
--color-4: #e7706e;
--color-5: #d95e87;
}

Fizzing Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0a0, #f1af79, #f09c75, #e7706e, #d95e87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0a0, #f1af79, #f09c75, #e7706e, #d95e87);
}

Fizzing Dreams color palette created on .