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: #ffa142;
}
.color-3 {
color: #ffcd61;
}
.color-4 {
color: #d5e8b5;
}
.color-5 {
color: #a3d7e6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcd61;
--color-4: #d5e8b5;
--color-5: #a3d7e6;
}

Peachy Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcd61, #d5e8b5, #a3d7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcd61, #d5e8b5, #a3d7e6);
}

Peachy Shades color palette created on .