Peach Blossom Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Blossom Red palette
Peach Blossom Red color palette CSS
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ffa08f;
}
.color-3 {
color: #ff7c6b;
}
.color-4 {
color: #ff5e4d;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ffa08f;
--color-3: #ff7c6b;
--color-4: #ff5e4d;
--color-5: #e74d3c;
}
Peach Blossom Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ffa08f, #ff7c6b, #ff5e4d, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ffa08f, #ff7c6b, #ff5e4d, #e74d3c);
}
Similar color palettes
Scroll down to explore 300+ Peach color palettes
Peach Blossom Red color palette created on .