Audrey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Audrey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Audrey Color Palette (PNG)
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);
}
Similar color palettes
Audrey color palette created on .