Oberyn Martell Color Palette
Discover the beautiful Oberyn Martell color palette featuring tenn (#d65d00), tree poppy (#ff9a1f), rajah (#fbbf6a), moss green (#a7d7b8) and mid gray (#5d5c6a).
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 Oberyn Martell palette
💻 Oberyn Martell color palette CSS
/* CSS */
.color-1 {
color: #d65d00;
}
.color-2 {
color: #ff9a1f;
}
.color-3 {
color: #fbbf6a;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #5d5c6a;
}
/* CSS Variables */
:root {
--color-1: #d65d00;
--color-2: #ff9a1f;
--color-3: #fbbf6a;
--color-4: #a7d7b8;
--color-5: #5d5c6a;
}
🌈 Oberyn Martell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65d00, #ff9a1f, #fbbf6a, #a7d7b8, #5d5c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65d00, #ff9a1f, #fbbf6a, #a7d7b8, #5d5c6a);
}
🔗 Explore similar color palettes
Oberyn Martell color palette created on .