Jexo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jexo palette

Share this palette to:

Jexo color palette CSS

/* CSS */
.color-1 {
color: #f5d76b;
}
.color-2 {
color: #f5b042;
}
.color-3 {
color: #f28f2c;
}
.color-4 {
color: #e2554b;
}
.color-5 {
color: #6c4f8c;
}

/* CSS Variables */
:root {
--color-1: #f5d76b;
--color-2: #f5b042;
--color-3: #f28f2c;
--color-4: #e2554b;
--color-5: #6c4f8c;
}

Jexo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d76b, #f5b042, #f28f2c, #e2554b, #6c4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d76b, #f5b042, #f28f2c, #e2554b, #6c4f8c);
}

Jexo color palette created on .