Roca Oro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Roca Oro palette

Share this palette to:

Download Roca Oro Color Palette (PNG)

Download roca oro color palette PNG image (landscape)
Download roca oro color palette PNG image (square)

Roca Oro color palette CSS

/* CSS */
.color-1 {
color: #e9ca7c;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f4b74e;
}
.color-4 {
color: #d29b2d;
}
.color-5 {
color: #a47c1e;
}

/* CSS Variables */
:root {
--color-1: #e9ca7c;
--color-2: #f7d06e;
--color-3: #f4b74e;
--color-4: #d29b2d;
--color-5: #a47c1e;
}

Roca Oro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9ca7c, #f7d06e, #f4b74e, #d29b2d, #a47c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9ca7c, #f7d06e, #f4b74e, #d29b2d, #a47c1e);
}

Roca Oro color palette created on .