Smart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Smart palette

Share this palette to:

Smart color palette PNG image

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

Smart color palette CSS

/* CSS */
.color-1 {
color: #1c1a3d;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #8d7d9b;
}
.color-4 {
color: #d1c3e9;
}
.color-5 {
color: #f1e0ff;
}

/* CSS Variables */
:root {
--color-1: #1c1a3d;
--color-2: #4a4e8c;
--color-3: #8d7d9b;
--color-4: #d1c3e9;
--color-5: #f1e0ff;
}

Smart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1a3d, #4a4e8c, #8d7d9b, #d1c3e9, #f1e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1a3d, #4a4e8c, #8d7d9b, #d1c3e9, #f1e0ff);
}

Smart color palette created on .