Orange Kitsune Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Kitsune palette

Share this palette to:

Orange Kitsune color palette CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f43e3e;
}
.color-4 {
color: #3e2a8d;
}
.color-5 {
color: #6b89eb;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff6d1f;
--color-3: #f43e3e;
--color-4: #3e2a8d;
--color-5: #6b89eb;
}

Orange Kitsune background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff6d1f, #f43e3e, #3e2a8d, #6b89eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff6d1f, #f43e3e, #3e2a8d, #6b89eb);
}

Orange Kitsune color palette created on .