Paleta de colores Kobi

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Kobi palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Kobi

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

CSS de la paleta de colores Kobi

/* CSS */
.color-1 {
color: #d590bd;
}
.color-2 {
color: #e2a2d8;
}
.color-3 {
color: #f0b2df;
}
.color-4 {
color: #f4bee1;
}
.color-5 {
color: #f6d5e5;
}

/* CSS Variables */
:root {
--color-1: #d590bd;
--color-2: #e2a2d8;
--color-3: #f0b2df;
--color-4: #f4bee1;
--color-5: #f6d5e5;
}

CSS del degradado de fondo Kobi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d590bd, #e2a2d8, #f0b2df, #f4bee1, #f6d5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d590bd, #e2a2d8, #f0b2df, #f4bee1, #f6d5e5);
}

Kobi color palette created on .