Paleta de colores Sunset Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Orange palette
CSS de la paleta de colores Sunset Orange
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d3e156;
}
.color-4 {
color: #82c5f8;
}
.color-5 {
color: #e57171;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #d3e156;
--color-4: #82c5f8;
--color-5: #e57171;
}
CSS del degradado de fondo Sunset Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #d3e156, #82c5f8, #e57171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #d3e156, #82c5f8, #e57171);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Verano
Sunset Orange color palette created on .