Night City Small Kitty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Night City Small Kitty palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Night City Small Kitty

Download night city small kitty color palette PNG image (landscape)
Download night city small kitty color palette PNG image (square)

tavolozza dei colori Night City Small Kitty CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3a405f;
}
.color-3 {
color: #5e6373;
}
.color-4 {
color: #d9c5a0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3a405f;
--color-3: #5e6373;
--color-4: #d9c5a0;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Night City Small Kitty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3a405f, #5e6373, #d9c5a0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3a405f, #5e6373, #d9c5a0, #ff6e61);
}

Night City Small Kitty color palette created on .