Blue Thyme Color Palette
Discover the beautiful Blue Thyme color palette featuring steel blue (#4b8db4), pigeon post (#a1c3d4), limed oak (#9d9b4d), slate gray (#697c8c) and web orange (#f0a800).
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 Blue Thyme palette
💻 Blue Thyme color palette CSS
/* CSS */
.color-1 {
color: #4b8db4;
}
.color-2 {
color: #a1c3d4;
}
.color-3 {
color: #9d9b4d;
}
.color-4 {
color: #697c8c;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #4b8db4;
--color-2: #a1c3d4;
--color-3: #9d9b4d;
--color-4: #697c8c;
--color-5: #f0a800;
} 🌈 Blue Thyme background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8db4, #a1c3d4, #9d9b4d, #697c8c, #f0a800);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8db4, #a1c3d4, #9d9b4d, #697c8c, #f0a800);
} 🔗 Explore similar color palettes
Blue Thyme color palette created on .