Xavier Cox Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Xavier Cox palette

Share this palette to:

Download Xavier Cox Color Palette (PNG)

Download xavier cox color palette PNG image (landscape)
Download xavier cox color palette PNG image (square)

Xavier Cox color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f5c7d1;
}
.color-3 {
color: #f8e1d3;
}
.color-4 {
color: #e4b5a0;
}
.color-5 {
color: #d58b8f;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f5c7d1;
--color-3: #f8e1d3;
--color-4: #e4b5a0;
--color-5: #d58b8f;
}

Xavier Cox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f5c7d1, #f8e1d3, #e4b5a0, #d58b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f5c7d1, #f8e1d3, #e4b5a0, #d58b8f);
}

Xavier Cox color palette created on .