Automated Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Automated Elegance palette

Share this palette to:

Automated Elegance color palette CSS

/* CSS */
.color-1 {
color: #dbd8e8;
}
.color-2 {
color: #a3c8ff;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #0076d1;
}
.color-5 {
color: #003c70;
}

/* CSS Variables */
:root {
--color-1: #dbd8e8;
--color-2: #a3c8ff;
--color-3: #4b91e2;
--color-4: #0076d1;
--color-5: #003c70;
}

Automated Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbd8e8, #a3c8ff, #4b91e2, #0076d1, #003c70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbd8e8, #a3c8ff, #4b91e2, #0076d1, #003c70);
}

Automated Elegance color palette created on .