Caramel Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caramel Shades palette
Download Caramel Shades Color Palette (PNG)
Caramel Shades color palette CSS
/* CSS */
.color-1 {
color: #a86d3e;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #f6d7a2;
}
.color-4 {
color: #e2b04b;
}
.color-5 {
color: #a94c2d;
}
/* CSS Variables */
:root {
--color-1: #a86d3e;
--color-2: #d19b6b;
--color-3: #f6d7a2;
--color-4: #e2b04b;
--color-5: #a94c2d;
}
Caramel Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86d3e, #d19b6b, #f6d7a2, #e2b04b, #a94c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86d3e, #d19b6b, #f6d7a2, #e2b04b, #a94c2d);
}
Similar color palettes
Caramel Shades color palette created on .