Sukuna Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sukuna palette

Share this palette to:

Download Sukuna Color Palette (PNG)

Download sukuna color palette PNG image (landscape)
Download sukuna color palette PNG image (square)

Sukuna color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #8c5a2b;
}
.color-3 {
color: #e1a35b;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #a85f2e;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #8c5a2b;
--color-3: #e1a35b;
--color-4: #f0d68e;
--color-5: #a85f2e;
}

Sukuna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #8c5a2b, #e1a35b, #f0d68e, #a85f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #8c5a2b, #e1a35b, #f0d68e, #a85f2e);
}

Sukuna color palette created on .