Disciplinary Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Disciplinary Elegance palette

Share this palette to:

Disciplinary Elegance color palette CSS

/* CSS */
.color-1 {
color: #4a4d54;
}
.color-2 {
color: #797c81;
}
.color-3 {
color: #a2a5a9;
}
.color-4 {
color: #cdd1d5;
}
.color-5 {
color: #f2f5f8;
}

/* CSS Variables */
:root {
--color-1: #4a4d54;
--color-2: #797c81;
--color-3: #a2a5a9;
--color-4: #cdd1d5;
--color-5: #f2f5f8;
}

Disciplinary Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d54, #797c81, #a2a5a9, #cdd1d5, #f2f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d54, #797c81, #a2a5a9, #cdd1d5, #f2f5f8);
}

Disciplinary Elegance color palette created on .