Paris Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Paris palette
Color Inspiration
Images that showcase this color palette in real designs
Download Paris Color Palette (PNG)
Paris color palette CSS
/* CSS */
.color-1 {
color: #f6d0a2;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e8693b;
}
.color-4 {
color: #c75c7e;
}
.color-5 {
color: #7b4e8d;
}
/* CSS Variables */
:root {
--color-1: #f6d0a2;
--color-2: #f5a524;
--color-3: #e8693b;
--color-4: #c75c7e;
--color-5: #7b4e8d;
}
Paris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0a2, #f5a524, #e8693b, #c75c7e, #7b4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0a2, #f5a524, #e8693b, #c75c7e, #7b4e8d);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Paris color palette created on .