Blue Tram Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Tram palette
Blue Tram color palette CSS
/* CSS */
.color-1 {
color: #b15b2f;
}
.color-2 {
color: #f1a274;
}
.color-3 {
color: #f5e2b2;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #b15b2f;
--color-2: #f1a274;
--color-3: #f5e2b2;
--color-4: #a1d6e2;
--color-5: #609d9f;
}
Blue Tram background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b15b2f, #f1a274, #f5e2b2, #a1d6e2, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b15b2f, #f1a274, #f5e2b2, #a1d6e2, #609d9f);
}
Similar color palettes
Blue Tram color palette created on .