James' Vibrant Journey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with James' Vibrant Journey palette

Share this palette to:

James' Vibrant Journey color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d9b53f;
}
.color-3 {
color: #5cad8d;
}
.color-4 {
color: #3b9eba;
}
.color-5 {
color: #4d3e8e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d9b53f;
--color-3: #5cad8d;
--color-4: #3b9eba;
--color-5: #4d3e8e;
}

James' Vibrant Journey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d9b53f, #5cad8d, #3b9eba, #4d3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d9b53f, #5cad8d, #3b9eba, #4d3e8e);
}

James' Vibrant Journey color palette created on .