Crow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crow palette

Share this palette to:

Crow color palette CSS

/* CSS */
.color-1 {
color: #1d2e3f;
}
.color-2 {
color: #32456c;
}
.color-3 {
color: #455796;
}
.color-4 {
color: #7b9ec1;
}
.color-5 {
color: #c4d9e3;
}

/* CSS Variables */
:root {
--color-1: #1d2e3f;
--color-2: #32456c;
--color-3: #455796;
--color-4: #7b9ec1;
--color-5: #c4d9e3;
}

Crow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2e3f, #32456c, #455796, #7b9ec1, #c4d9e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2e3f, #32456c, #455796, #7b9ec1, #c4d9e3);
}

Similar color palettes

Scroll down to explore 3 Blue color palettes

Crow color palette created on .