Strict Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strict palette

Share this palette to:

Strict color palette PNG image

Download strict color palette PNG image (landscape)
Download strict color palette PNG image (square)

Strict color palette CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #354a5f;
}
.color-3 {
color: #808d8e;
}
.color-4 {
color: #edf1f2;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #354a5f;
--color-3: #808d8e;
--color-4: #edf1f2;
--color-5: #e74d3c;
}

Strict background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #354a5f, #808d8e, #edf1f2, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #354a5f, #808d8e, #edf1f2, #e74d3c);
}

Strict color palette created on .