Peachy Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Sunrise palette
Color Inspiration
Images that showcase this color palette in real designs
Download Peachy Sunrise Color Palette (PNG)
Peachy Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e61;
}
.color-3 {
color: #ffb561;
}
.color-4 {
color: #ffe761;
}
.color-5 {
color: #ffff61;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e61;
--color-3: #ffb561;
--color-4: #ffe761;
--color-5: #ffff61;
}
Peachy Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e61, #ffb561, #ffe761, #ffff61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e61, #ffb561, #ffe761, #ffff61);
}
Similar color palettes
Peachy Sunrise color palette created on .