Ysha Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ysha palette

Share this palette to:

Ysha color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #e05a00;
}
.color-4 {
color: #b34d00;
}
.color-5 {
color: #803e00;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #f0a400;
--color-3: #e05a00;
--color-4: #b34d00;
--color-5: #803e00;
}

Ysha background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #f0a400, #e05a00, #b34d00, #803e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #f0a400, #e05a00, #b34d00, #803e00);
}

Ysha color palette created on .