Paleta de colores Sunny Adventure
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunny Adventure palette
CSS de la paleta de colores Sunny Adventure
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffea8f;
}
.color-4 {
color: #6dd08c;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb347;
--color-3: #ffea8f;
--color-4: #6dd08c;
--color-5: #4b91e2;
}
CSS del degradado de fondo Sunny Adventure
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb347, #ffea8f, #6dd08c, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb347, #ffea8f, #6dd08c, #4b91e2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Sunny Adventure color palette created on .