Tord Color Palette
Discover the beautiful Tord color palette featuring apple blossom (#b55945), di serria (#e09a5c), marzipan (#f7d6a1), aqua island (#a4d5da) and smalt blue (#5b7a8f).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Tord palette
💻 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);
}
🔗 Explore similar color palettes
Tord color palette created on .