Brogawka Color Palette
Discover the beautiful Brogawka color palette featuring periwinkle gray (#c3d6e9), glacier (#8bbbc6), breaker bay (#509b8e), tulip tree (#f1b941) and raw sienna (#d6803d).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Brogawka palette
๐ป 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);
} ๐ Explore similar color palettes
Brogawka color palette created on .