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