Tord Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tord palette
Color Inspiration
Images that showcase this color palette in real designs
Download Tord Color Palette (PNG)
Tord color palette CSS
/* CSS */
.color-1 {
color: #b55945;
}
.color-2 {
color: #e09a5c;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #a4d5da;
}
.color-5 {
color: #5b7a8f;
}
/* CSS Variables */
:root {
--color-1: #b55945;
--color-2: #e09a5c;
--color-3: #f7d6a1;
--color-4: #a4d5da;
--color-5: #5b7a8f;
}
Tord background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b55945, #e09a5c, #f7d6a1, #a4d5da, #5b7a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b55945, #e09a5c, #f7d6a1, #a4d5da, #5b7a8f);
}
Similar color palettes
Tord color palette created on .