Sinister Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sinister Harmony palette

Share this palette to:

Sinister Harmony color palette CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #c94a4a;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f8c9af;
}
.color-5 {
color: #4c8b3c;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #c94a4a;
--color-3: #f0a800;
--color-4: #f8c9af;
--color-5: #4c8b3c;
}

Sinister Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #c94a4a, #f0a800, #f8c9af, #4c8b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #c94a4a, #f0a800, #f8c9af, #4c8b3c);
}

Sinister Harmony color palette created on .