Cozy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Elegance palette
Cozy Elegance color palette PNG image
Cozy Elegance color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #e9d4b9;
}
.color-4 {
color: #a87d4d;
}
.color-5 {
color: #5e4d3b;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #b7a99a;
--color-3: #e9d4b9;
--color-4: #a87d4d;
--color-5: #5e4d3b;
}
Cozy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #b7a99a, #e9d4b9, #a87d4d, #5e4d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #b7a99a, #e9d4b9, #a87d4d, #5e4d3b);
}
Similar color palettes
Scroll down to explore 1 Elegant color palette
Cozy Elegance color palette created on .