Elegant Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Aesthetic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Aesthetic Color Palette (PNG)
Elegant Aesthetic color palette CSS
/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d5a26d;
}
.color-3 {
color: #ae8b56;
}
.color-4 {
color: #7f6c48;
}
.color-5 {
color: #4a4c3d;
}
/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d5a26d;
--color-3: #ae8b56;
--color-4: #7f6c48;
--color-5: #4a4c3d;
}
Elegant Aesthetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}
Similar color palettes
Elegant Aesthetic color palette created on .