Amber Ice Tea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Ice Tea palette
Download Amber Ice Tea Color Palette (PNG)
Amber Ice Tea color palette CSS
/* CSS */
.color-1 {
color: #c9b09c;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #4d9d9b;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #c9b09c;
--color-2: #f0a400;
--color-3: #f9c54e;
--color-4: #4d9d9b;
--color-5: #2a9d90;
}
Amber Ice Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9b09c, #f0a400, #f9c54e, #4d9d9b, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9b09c, #f0a400, #f9c54e, #4d9d9b, #2a9d90);
}
Similar color palettes
Amber Ice Tea color palette created on .