Crimson Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Vibes palette

Share this palette to:

Download Crimson Vibes Color Palette (PNG)

Download crimson vibes color palette PNG image (landscape)
Download crimson vibes color palette PNG image (square)

Crimson Vibes color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #7a2a2a;
}
.color-3 {
color: #a03b3b;
}
.color-4 {
color: #c15353;
}
.color-5 {
color: #902323;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #7a2a2a;
--color-3: #a03b3b;
--color-4: #c15353;
--color-5: #902323;
}

Crimson Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #7a2a2a, #a03b3b, #c15353, #902323);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #7a2a2a, #a03b3b, #c15353, #902323);
}

Crimson Vibes color palette created on .