Chappell Roan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chappell Roan palette

Share this palette to:

Download Chappell Roan Color Palette (PNG)

Download chappell roan color palette PNG image (landscape)
Download chappell roan color palette PNG image (square)

Chappell Roan color palette CSS

/* CSS */
.color-1 {
color: #a55e4a;
}
.color-2 {
color: #d38a78;
}
.color-3 {
color: #e2b5a1;
}
.color-4 {
color: #f2d4c0;
}
.color-5 {
color: #f6e0d0;
}

/* CSS Variables */
:root {
--color-1: #a55e4a;
--color-2: #d38a78;
--color-3: #e2b5a1;
--color-4: #f2d4c0;
--color-5: #f6e0d0;
}

Chappell Roan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a55e4a, #d38a78, #e2b5a1, #f2d4c0, #f6e0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a55e4a, #d38a78, #e2b5a1, #f2d4c0, #f6e0d0);
}

Chappell Roan color palette created on .