Crowfeather Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crowfeather palette

Share this palette to:

Crowfeather color palette CSS

/* CSS */
.color-1 {
color: #16223b;
}
.color-2 {
color: #1c2b4a;
}
.color-3 {
color: #293f6a;
}
.color-4 {
color: #406b9c;
}
.color-5 {
color: #43546b;
}

/* CSS Variables */
:root {
--color-1: #16223b;
--color-2: #1c2b4a;
--color-3: #293f6a;
--color-4: #406b9c;
--color-5: #43546b;
}

Crowfeather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #16223b, #1c2b4a, #293f6a, #406b9c, #43546b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #16223b, #1c2b4a, #293f6a, #406b9c, #43546b);
}

Similar color palettes

Crowfeather color palette created on .