Jet Clothes Set Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jet Clothes Set palette

Share this palette to:

Jet Clothes Set color palette PNG image

Download jet clothes set color palette PNG image (landscape)
Download jet clothes set color palette PNG image (square)

Jet Clothes Set color palette CSS

/* CSS */
.color-1 {
color: #1c1d2b;
}
.color-2 {
color: #3c3d49;
}
.color-3 {
color: #5a5b68;
}
.color-4 {
color: #797a8b;
}
.color-5 {
color: #b4b5c5;
}

/* CSS Variables */
:root {
--color-1: #1c1d2b;
--color-2: #3c3d49;
--color-3: #5a5b68;
--color-4: #797a8b;
--color-5: #b4b5c5;
}

Jet Clothes Set background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d2b, #3c3d49, #5a5b68, #797a8b, #b4b5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d2b, #3c3d49, #5a5b68, #797a8b, #b4b5c5);
}

Jet Clothes Set color palette created on .