Pâtisserie Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pâtisserie Dreams palette

Share this palette to:

Pâtisserie Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7e5b1;
}
.color-2 {
color: #f1c2a2;
}
.color-3 {
color: #e8a1b1;
}
.color-4 {
color: #d68fb3;
}
.color-5 {
color: #c884c0;
}

/* CSS Variables */
:root {
--color-1: #f7e5b1;
--color-2: #f1c2a2;
--color-3: #e8a1b1;
--color-4: #d68fb3;
--color-5: #c884c0;
}

Pâtisserie Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b1, #f1c2a2, #e8a1b1, #d68fb3, #c884c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b1, #f1c2a2, #e8a1b1, #d68fb3, #c884c0);
}

Pâtisserie Dreams color palette created on .