Peachy Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Sunset palette

Share this palette to:

Peachy Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f85;
}
.color-3 {
color: #ffcc8a;
}
.color-4 {
color: #ffdfb3;
}
.color-5 {
color: #fff3e0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f85;
--color-3: #ffcc8a;
--color-4: #ffdfb3;
--color-5: #fff3e0;
}

Peachy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f85, #ffcc8a, #ffdfb3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f85, #ffcc8a, #ffdfb3, #fff3e0);
}

Peachy Sunset color palette created on .