Expressive Tracks Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Expressive Tracks palette

Share this palette to:

Expressive Tracks color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #a5d9b1;
}
.color-4 {
color: #4b9b79;
}
.color-5 {
color: #3a5e8d;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f8caa5;
--color-3: #a5d9b1;
--color-4: #4b9b79;
--color-5: #3a5e8d;
}

Expressive Tracks background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f8caa5, #a5d9b1, #4b9b79, #3a5e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f8caa5, #a5d9b1, #4b9b79, #3a5e8d);
}

Expressive Tracks color palette created on .