Peachy Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Shades palette

Share this palette to:

Peachy Shades color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9757;
}
.color-3 {
color: #ffcba3;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #f6c7a7;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9757;
--color-3: #ffcba3;
--color-4: #ffe3b3;
--color-5: #f6c7a7;
}

Peachy Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9757, #ffcba3, #ffe3b3, #f6c7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9757, #ffcba3, #ffe3b3, #f6c7a7);
}

Peachy Shades color palette created on .