Gelato Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gelato Dreams palette

Share this palette to:

Gelato Dreams color palette CSS

/* CSS */
.color-1 {
color: #f8d7bf;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f4b1a4;
}
.color-4 {
color: #e0b09f;
}
.color-5 {
color: #b88a7a;
}

/* CSS Variables */
:root {
--color-1: #f8d7bf;
--color-2: #e9b79f;
--color-3: #f4b1a4;
--color-4: #e0b09f;
--color-5: #b88a7a;
}

Gelato Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d7bf, #e9b79f, #f4b1a4, #e0b09f, #b88a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d7bf, #e9b79f, #f4b1a4, #e0b09f, #b88a7a);
}

Gelato Dreams color palette created on .