Peachy Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Delight palette

Share this palette to:

Peachy Delight color palette CSS

/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffb175;
}
.color-3 {
color: #ff9f6b;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffb175;
--color-3: #ff9f6b;
--color-4: #ff8052;
--color-5: #ff6347;
}

Peachy Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffb175, #ff9f6b, #ff8052, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffb175, #ff9f6b, #ff8052, #ff6347);
}

Peachy Delight color palette created on .