Yellow Strix Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Strix palette

Share this palette to:

Yellow Strix color palette CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #d65e3d;
}
.color-5 {
color: #d83a31;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f6b531;
--color-3: #eab543;
--color-4: #d65e3d;
--color-5: #d83a31;
}

Yellow Strix background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f6b531, #eab543, #d65e3d, #d83a31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f6b531, #eab543, #d65e3d, #d83a31);
}

Yellow Strix color palette created on .