Peachy Elara Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Elara palette

Share this palette to:

Download Peachy Elara Color Palette (PNG)

Download peachy elara color palette PNG image (landscape)
Download peachy elara color palette PNG image (square)

Peachy Elara color palette CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f8daa5;
}
.color-3 {
color: #f8b55d;
}
.color-4 {
color: #f9b55d;
}
.color-5 {
color: #fbae50;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f8daa5;
--color-3: #f8b55d;
--color-4: #f9b55d;
--color-5: #fbae50;
}

Peachy Elara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f8daa5, #f8b55d, #f9b55d, #fbae50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f8daa5, #f8b55d, #f9b55d, #fbae50);
}

Peachy Elara color palette created on .