Blue Punk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Punk palette

Share this palette to:

Blue Punk color palette CSS

/* CSS */
.color-1 {
color: #1c1f26;
}
.color-2 {
color: #3b4c68;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #6bb2e1;
}
.color-5 {
color: #74d5e2;
}

/* CSS Variables */
:root {
--color-1: #1c1f26;
--color-2: #3b4c68;
--color-3: #4b91e2;
--color-4: #6bb2e1;
--color-5: #74d5e2;
}

Blue Punk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f26, #3b4c68, #4b91e2, #6bb2e1, #74d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f26, #3b4c68, #4b91e2, #6bb2e1, #74d5e2);
}

Blue Punk color palette created on .