Amberis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amberis palette
Amberis color palette PNG image
Amberis color palette CSS
/* CSS */
.color-1 {
color: #e8a84f;
}
.color-2 {
color: #d68a3d;
}
.color-3 {
color: #c47327;
}
.color-4 {
color: #a0581c;
}
.color-5 {
color: #7e3e15;
}
/* CSS Variables */
:root {
--color-1: #e8a84f;
--color-2: #d68a3d;
--color-3: #c47327;
--color-4: #a0581c;
--color-5: #7e3e15;
}
Amberis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a84f, #d68a3d, #c47327, #a0581c, #7e3e15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a84f, #d68a3d, #c47327, #a0581c, #7e3e15);
}
Similar color palettes
Amberis color palette created on .