Brogawka Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brogawka palette

Share this palette to:

Brogawka color palette PNG image

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

Brogawka color palette CSS

/* CSS */
.color-1 {
color: #c3d6e9;
}
.color-2 {
color: #8bbbc6;
}
.color-3 {
color: #509b8e;
}
.color-4 {
color: #f1b941;
}
.color-5 {
color: #d6803d;
}

/* CSS Variables */
:root {
--color-1: #c3d6e9;
--color-2: #8bbbc6;
--color-3: #509b8e;
--color-4: #f1b941;
--color-5: #d6803d;
}

Brogawka background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d6e9, #8bbbc6, #509b8e, #f1b941, #d6803d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d6e9, #8bbbc6, #509b8e, #f1b941, #d6803d);
}

Brogawka color palette created on .