Peach Patisserie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Patisserie palette

Share this palette to:

Peach Patisserie color palette CSS

/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #f5c7a8;
}
.color-3 {
color: #f6a379;
}
.color-4 {
color: #e67a4c;
}
.color-5 {
color: #d54b30;
}

/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #f5c7a8;
--color-3: #f6a379;
--color-4: #e67a4c;
--color-5: #d54b30;
}

Peach Patisserie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #f5c7a8, #f6a379, #e67a4c, #d54b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #f5c7a8, #f6a379, #e67a4c, #d54b30);
}

Peach Patisserie color palette created on .