Paleta de colores Kinky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Kinky palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Kinky

Download  kinky color palette PNG image (landscape)
Download  kinky color palette PNG image (square)

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);
}

Kinky color palette created on .