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: #dfc4b9;
}
.color-2 {
color: #e0b8be;
}
.color-3 {
color: #e0aec9;
}
.color-4 {
color: #7f88cc;
}
.color-5 {
color: #b4c8ee;
}

/* CSS Variables */
:root {
--color-1: #dfc4b9;
--color-2: #e0b8be;
--color-3: #e0aec9;
--color-4: #7f88cc;
--color-5: #b4c8ee;
}

Orange Kitsune background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc4b9, #e0b8be, #e0aec9, #7f88cc, #b4c8ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc4b9, #e0b8be, #e0aec9, #7f88cc, #b4c8ee);
}

Orange Kitsune color palette created on .