Peach Breakfast Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Breakfast palette
Peach Breakfast color palette CSS
/* CSS */
.color-1 {
color: #fbce74;
}
.color-2 {
color: #fca383;
}
.color-3 {
color: #fdccbf;
}
.color-4 {
color: #e1eec3;
}
.color-5 {
color: #bccbb3;
}
/* CSS Variables */
:root {
--color-1: #fbce74;
--color-2: #fca383;
--color-3: #fdccbf;
--color-4: #e1eec3;
--color-5: #bccbb3;
}
Peach Breakfast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbce74, #fca383, #fdccbf, #e1eec3, #bccbb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbce74, #fca383, #fdccbf, #e1eec3, #bccbb3);
}
Similar color palettes
Peach Breakfast color palette created on .