Peachy Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Red palette

Share this palette to:

Peachy Red color palette CSS

/* CSS */
.color-1 {
color: #f1e0c6;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f64c3c;
}
.color-4 {
color: #7c2d3b;
}
.color-5 {
color: #4d1f2f;
}

/* CSS Variables */
:root {
--color-1: #f1e0c6;
--color-2: #f6b83c;
--color-3: #f64c3c;
--color-4: #7c2d3b;
--color-5: #4d1f2f;
}

Peachy Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e0c6, #f6b83c, #f64c3c, #7c2d3b, #4d1f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e0c6, #f6b83c, #f64c3c, #7c2d3b, #4d1f2f);
}

Peachy Red color palette created on .