Police Brenny Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Police Brenny palette

Share this palette to:

Police Brenny color palette PNG image

Download police brenny color palette PNG image (landscape)
Download police brenny color palette PNG image (square)

Police Brenny color palette CSS

/* CSS */
.color-1 {
color: #007bff;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #00d4ff;
}
.color-4 {
color: #00ffea;
}
.color-5 {
color: #00ffb3;
}

/* CSS Variables */
:root {
--color-1: #007bff;
--color-2: #00aaff;
--color-3: #00d4ff;
--color-4: #00ffea;
--color-5: #00ffb3;
}

Police Brenny background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007bff, #00aaff, #00d4ff, #00ffea, #00ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007bff, #00aaff, #00d4ff, #00ffea, #00ffb3);
}

Police Brenny color palette created on .