Paleta de colores Breakfast Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Breakfast Sunrise palette
CSS de la paleta de colores Breakfast Sunrise
/* 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;
}
CSS del degradado de fondo Breakfast Sunrise
/* 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);
}
Paletas de colores similares
Breakfast Sunrise color palette created on .