Drugs Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Drugs palette

Share this palette to:

Drugs color palette PNG image

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

Drugs color palette CSS

/* CSS */
.color-1 {
color: #1f1c3b;
}
.color-2 {
color: #3d2a6a;
}
.color-3 {
color: #5e4c8a;
}
.color-4 {
color: #a95b8c;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1f1c3b;
--color-2: #3d2a6a;
--color-3: #5e4c8a;
--color-4: #a95b8c;
--color-5: #f0a800;
}

Drugs background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c3b, #3d2a6a, #5e4c8a, #a95b8c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c3b, #3d2a6a, #5e4c8a, #a95b8c, #f0a800);
}

Drugs color palette created on .