Paleta de colores Sunny Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Orange palette
CSS de la paleta de colores Sunny Orange
/* CSS */
.color-1 {
color: #ffd942;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8b3d;
}
.color-4 {
color: #ff7033;
}
.color-5 {
color: #ff5024;
}
/* CSS Variables */
:root {
--color-1: #ffd942;
--color-2: #ffb84d;
--color-3: #ff8b3d;
--color-4: #ff7033;
--color-5: #ff5024;
}
CSS del degradado de fondo Sunny Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd942, #ffb84d, #ff8b3d, #ff7033, #ff5024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd942, #ffb84d, #ff8b3d, #ff7033, #ff5024);
}
Paletas de colores similares
Sunny Orange color palette created on .