Paleta de colores Kitten's Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Kitten's Delight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Kitten's Delight

Download kitten's delight color palette PNG image (landscape)
Download kitten's delight color palette PNG image (square)

CSS de la paleta de colores Kitten's Delight

/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f9ea9f;
}
.color-4 {
color: #a9d6d3;
}
.color-5 {
color: #6aaf91;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f6d6a7;
--color-3: #f9ea9f;
--color-4: #a9d6d3;
--color-5: #6aaf91;
}

CSS del degradado de fondo Kitten's Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f6d6a7, #f9ea9f, #a9d6d3, #6aaf91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f6d6a7, #f9ea9f, #a9d6d3, #6aaf91);
}

Kitten's Delight color palette created on .