Smart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Smart palette

Share this palette to:

Download Smart Color Palette (PNG)

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

Smart color palette CSS

/* CSS */
.color-1 {
color: #1f4060;
}
.color-2 {
color: #3b6887;
}
.color-3 {
color: #4fb5b0;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #1f4060;
--color-2: #3b6887;
--color-3: #4fb5b0;
--color-4: #ffcb5c;
--color-5: #ff6d2e;
}

Smart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4060, #3b6887, #4fb5b0, #ffcb5c, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4060, #3b6887, #4fb5b0, #ffcb5c, #ff6d2e);
}

Smart color palette created on .