Amber Voyage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Voyage palette
Amber Voyage color palette CSS
/* CSS */
.color-1 {
color: #e4b75e;
}
.color-2 {
color: #c47b27;
}
.color-3 {
color: #a55a2c;
}
.color-4 {
color: #5b3920;
}
.color-5 {
color: #3f2a1c;
}
/* CSS Variables */
:root {
--color-1: #e4b75e;
--color-2: #c47b27;
--color-3: #a55a2c;
--color-4: #5b3920;
--color-5: #3f2a1c;
}
Amber Voyage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b75e, #c47b27, #a55a2c, #5b3920, #3f2a1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b75e, #c47b27, #a55a2c, #5b3920, #3f2a1c);
}
Similar color palettes
Amber Voyage color palette created on .