Peach DreamBound Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach DreamBound palette
Peach DreamBound color palette CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f9b1ae;
}
.color-3 {
color: #f9d69f;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f9b1ae;
--color-3: #f9d69f;
--color-4: #f5e0a3;
--color-5: #ffb84d;
}
Peach DreamBound background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f9b1ae, #f9d69f, #f5e0a3, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f9b1ae, #f9d69f, #f5e0a3, #ffb84d);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Peach DreamBound color palette created on .