Peach Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Romance palette
Peach Romance color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffca8a;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffca8a;
--color-4: #ffea8f;
--color-5: #ffdeb8;
}
Peach Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffca8a, #ffea8f, #ffdeb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffca8a, #ffea8f, #ffdeb8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Peach Romance color palette created on .