Peachy Estar Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Estar palette

Share this palette to:

Peachy Estar color palette CSS

/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f3c7a5;
}
.color-3 {
color: #f2d5b5;
}
.color-4 {
color: #fde1a0;
}
.color-5 {
color: #f9e3b4;
}

/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f3c7a5;
--color-3: #f2d5b5;
--color-4: #fde1a0;
--color-5: #f9e3b4;
}

Peachy Estar background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f3c7a5, #f2d5b5, #fde1a0, #f9e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f3c7a5, #f2d5b5, #fde1a0, #f9e3b4);
}

Peachy Estar color palette created on .