Smart Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Smart palette
Color Inspiration
Images that showcase this color palette in real designs
Download Smart Color Palette (PNG)
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);
}
Similar color palettes
Smart color palette created on .