Warm Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Elegance palette
Warm Elegance color palette PNG image
Warm Elegance color palette CSS
/* CSS */
.color-1 {
color: #f5ede0;
}
.color-2 {
color: #fff7f0;
}
.color-3 {
color: #c1c4b1;
}
.color-4 {
color: #b7a58f;
}
.color-5 {
color: #ead3cc;
}
/* CSS Variables */
:root {
--color-1: #f5ede0;
--color-2: #fff7f0;
--color-3: #c1c4b1;
--color-4: #b7a58f;
--color-5: #ead3cc;
}
Warm Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ede0, #fff7f0, #c1c4b1, #b7a58f, #ead3cc);
}
Similar color palettes
Warm Elegance color palette created on .