Amber Crystal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Crystal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Amber Crystal Color Palette (PNG)
Amber Crystal color palette CSS
/* CSS */
.color-1 {
color: #d68a2e;
}
.color-2 {
color: #e0b44d;
}
.color-3 {
color: #f2c26e;
}
.color-4 {
color: #f6e5a7;
}
.color-5 {
color: #f8a94f;
}
/* CSS Variables */
:root {
--color-1: #d68a2e;
--color-2: #e0b44d;
--color-3: #f2c26e;
--color-4: #f6e5a7;
--color-5: #f8a94f;
}
Amber Crystal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a2e, #e0b44d, #f2c26e, #f6e5a7, #f8a94f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a2e, #e0b44d, #f2c26e, #f6e5a7, #f8a94f);
}
Similar color palettes
Amber Crystal color palette created on .