Audrey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Audrey palette

Share this palette to:

Audrey color palette PNG image

Download audrey color palette PNG image (landscape)
Download audrey color palette PNG image (square)

Audrey color palette CSS

/* CSS */
.color-1 {
color: #f7dede;
}
.color-2 {
color: #f4cdd3;
}
.color-3 {
color: #f2bfb5;
}
.color-4 {
color: #f2ad97;
}
.color-5 {
color: #e7ba50;
}

/* CSS Variables */
:root {
--color-1: #f7dede;
--color-2: #f4cdd3;
--color-3: #f2bfb5;
--color-4: #f2ad97;
--color-5: #e7ba50;
}

Audrey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7dede, #f4cdd3, #f2bfb5, #f2ad97, #e7ba50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7dede, #f4cdd3, #f2bfb5, #f2ad97, #e7ba50);
}

Audrey color palette created on .