Turquoise Woods Color Palette
Discover the beautiful Turquoise Woods color palette featuring quincy (#5b3a29), william (#3a5c5f), patina (#5b8b8b), opal (#a1c4c4) and marzipan (#f8d9a0).
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 Turquoise Woods palette
💻 Turquoise Woods color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #3a5c5f;
}
.color-3 {
color: #5b8b8b;
}
.color-4 {
color: #a1c4c4;
}
.color-5 {
color: #f8d9a0;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #3a5c5f;
--color-3: #5b8b8b;
--color-4: #a1c4c4;
--color-5: #f8d9a0;
}
🌈 Turquoise Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #3a5c5f, #5b8b8b, #a1c4c4, #f8d9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #3a5c5f, #5b8b8b, #a1c4c4, #f8d9a0);
}
🔗 Explore similar color palettes
Turquoise Woods color palette created on .