Peachy Renee Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Renee palette
Peachy Renee color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #ffb399;
}
.color-3 {
color: #ff8e6b;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ff4b1f;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #ffb399;
--color-3: #ff8e6b;
--color-4: #ff7142;
--color-5: #ff4b1f;
}
Peachy Renee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #ffb399, #ff8e6b, #ff7142, #ff4b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #ffb399, #ff8e6b, #ff7142, #ff4b1f);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Peachy Renee color palette created on .