Elegant Skinning Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Skinning palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Skinning Color Palette (PNG)
Elegant Skinning color palette CSS
/* CSS */
.color-1 {
color: #e9caa5;
}
.color-2 {
color: #d7a98e;
}
.color-3 {
color: #a76c58;
}
.color-4 {
color: #794a39;
}
.color-5 {
color: #4f3230;
}
/* CSS Variables */
:root {
--color-1: #e9caa5;
--color-2: #d7a98e;
--color-3: #a76c58;
--color-4: #794a39;
--color-5: #4f3230;
}
Elegant Skinning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9caa5, #d7a98e, #a76c58, #794a39, #4f3230);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9caa5, #d7a98e, #a76c58, #794a39, #4f3230);
}
Similar color palettes
Scroll down to explore 100+ Elegant color palettes
Elegant Skinning color palette created on .