Light Jack Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Jack palette

Share this palette to:

Light Jack color palette CSS

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #c9e2b1;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f3c5a0;
--color-3: #f4e4b3;
--color-4: #c9e2b1;
--color-5: #a8d3e1;
}

Light Jack background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f3c5a0, #f4e4b3, #c9e2b1, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f3c5a0, #f4e4b3, #c9e2b1, #a8d3e1);
}

Light Jack color palette created on .