Krow of Crows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Krow of Crows palette

Share this palette to:

Krow of Crows color palette PNG image

Download krow of crows color palette PNG image (landscape)
Download krow of crows color palette PNG image (square)

Krow of Crows color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #a6a6a6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e84545;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #4d4d4d;
--color-3: #a6a6a6;
--color-4: #f1c84b;
--color-5: #e84545;
}

Krow of Crows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #4d4d4d, #a6a6a6, #f1c84b, #e84545);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #4d4d4d, #a6a6a6, #f1c84b, #e84545);
}

Krow of Crows color palette created on .