Serious Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serious palette

Share this palette to:

Serious color palette PNG image

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

Serious color palette CSS

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #f25c5a;
}
.color-3 {
color: #fdcb6d;
}
.color-4 {
color: #eae3b8;
}
.color-5 {
color: #8d9a99;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #f25c5a;
--color-3: #fdcb6d;
--color-4: #eae3b8;
--color-5: #8d9a99;
}

Serious background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #f25c5a, #fdcb6d, #eae3b8, #8d9a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #f25c5a, #fdcb6d, #eae3b8, #8d9a99);
}

Serious color palette created on .