Roimata Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Roimata Gold palette

Share this palette to:

Roimata Gold color palette PNG image

Download roimata gold color palette PNG image (landscape)
Download roimata gold color palette PNG image (square)

Roimata Gold color palette CSS

/* CSS */
.color-1 {
color: #e2d0c5;
}
.color-2 {
color: #d8b85f;
}
.color-3 {
color: #c6a55d;
}
.color-4 {
color: #d7c4a3;
}
.color-5 {
color: #f9e4b4;
}

/* CSS Variables */
:root {
--color-1: #e2d0c5;
--color-2: #d8b85f;
--color-3: #c6a55d;
--color-4: #d7c4a3;
--color-5: #f9e4b4;
}

Roimata Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d0c5, #d8b85f, #c6a55d, #d7c4a3, #f9e4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d0c5, #d8b85f, #c6a55d, #d7c4a3, #f9e4b4);
}

Roimata Gold color palette created on .