Kitten's Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Kitten's Delight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Kitten's Delight

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

tavolozza dei colori Kitten's Delight CSS

/* 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 con gradiente di sfondo 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 .