Brown Caramel Arrow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Caramel Arrow palette

Share this palette to:

Brown Caramel Arrow color palette CSS

/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #d9b85e;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #a76a49;
}
.color-5 {
color: #6a4b39;
}

/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #d9b85e;
--color-3: #e9caa5;
--color-4: #a76a49;
--color-5: #6a4b39;
}

Brown Caramel Arrow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #d9b85e, #e9caa5, #a76a49, #6a4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #d9b85e, #e9caa5, #a76a49, #6a4b39);
}

Brown Caramel Arrow color palette created on .