Orange Trixy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Trixy palette

Share this palette to:

Orange Trixy color palette CSS

/* CSS */
.color-1 {
color: #f9b248;
}
.color-2 {
color: #f0c74c;
}
.color-3 {
color: #f6e69d;
}
.color-4 {
color: #f1a7ae;
}
.color-5 {
color: #e5718c;
}

/* CSS Variables */
:root {
--color-1: #f9b248;
--color-2: #f0c74c;
--color-3: #f6e69d;
--color-4: #f1a7ae;
--color-5: #e5718c;
}

Orange Trixy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b248, #f0c74c, #f6e69d, #f1a7ae, #e5718c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b248, #f0c74c, #f6e69d, #f1a7ae, #e5718c);
}

Orange Trixy color palette created on .