Paleta de colores Y2K Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Y2K Sunshine palette
Imagen PNG de la paleta de colores Y2K Sunshine
CSS de la paleta de colores Y2K Sunshine
/* CSS */
.color-1 {
color: #f5c84d;
}
.color-2 {
color: #f8e5a5;
}
.color-3 {
color: #ffab3d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ea3e3e;
}
/* CSS Variables */
:root {
--color-1: #f5c84d;
--color-2: #f8e5a5;
--color-3: #ffab3d;
--color-4: #ff6e61;
--color-5: #ea3e3e;
}
CSS del degradado de fondo Y2K Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c84d, #f8e5a5, #ffab3d, #ff6e61, #ea3e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c84d, #f8e5a5, #ffab3d, #ff6e61, #ea3e3e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Y2K
Y2K Sunshine color palette created on .