Oberyn Martell Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oberyn Martell palette
Color Inspiration
Images that showcase this color palette in real designs
Download Oberyn Martell Color Palette (PNG)
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);
}
Similar color palettes
Oberyn Martell color palette created on .