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