Orange Gabriel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Gabriel palette

Share this palette to:

Orange Gabriel color palette CSS

/* CSS */
.color-1 {
color: #f5b14d;
}
.color-2 {
color: #f28d3a;
}
.color-3 {
color: #f24d3a;
}
.color-4 {
color: #f14b7a;
}
.color-5 {
color: #f14b9b;
}

/* CSS Variables */
:root {
--color-1: #f5b14d;
--color-2: #f28d3a;
--color-3: #f24d3a;
--color-4: #f14b7a;
--color-5: #f14b9b;
}

Orange Gabriel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b14d, #f28d3a, #f24d3a, #f14b7a, #f14b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b14d, #f28d3a, #f24d3a, #f14b7a, #f14b9b);
}

Orange Gabriel color palette created on .