Paleta de colores Kinky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Kinky palette
Imagen PNG de la paleta de colores Kinky
CSS de la paleta de colores Kinky
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #fc923b;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f1e8b7;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff4d4f;
--color-3: #fc923b;
--color-4: #f9d66c;
--color-5: #f1e8b7;
}
CSS del degradado de fondo Kinky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff4d4f, #fc923b, #f9d66c, #f1e8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff4d4f, #fc923b, #f9d66c, #f1e8b7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors. vibrant
Kinky color palette created on .