Dark Punk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Punk palette
Dark Punk color palette PNG image
Dark Punk color palette CSS
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #49495a;
}
.color-3 {
color: #717184;
}
.color-4 {
color: #b44b4b;
}
.color-5 {
color: #e1a05b;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #49495a;
--color-3: #717184;
--color-4: #b44b4b;
--color-5: #e1a05b;
}
Dark Punk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #49495a, #717184, #b44b4b, #e1a05b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #49495a, #717184, #b44b4b, #e1a05b);
}
Similar color palettes
Dark Punk color palette created on .