Brud Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brud palette

Share this palette to:

Download Brud Color Palette (PNG)

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

Brud color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb85c;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ff1a00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb85c;
--color-3: #ff6d1f;
--color-4: #ff3c00;
--color-5: #ff1a00;
}

Brud background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb85c, #ff6d1f, #ff3c00, #ff1a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb85c, #ff6d1f, #ff3c00, #ff1a00);
}

Brud color palette created on .