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