Ambermoon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ambermoon palette
Ambermoon color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff4800;
}
.color-5 {
color: #ff2b00;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9b3d;
--color-3: #ff6d1f;
--color-4: #ff4800;
--color-5: #ff2b00;
}
Ambermoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9b3d, #ff6d1f, #ff4800, #ff2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9b3d, #ff6d1f, #ff4800, #ff2b00);
}
Similar color palettes
Scroll down to explore 90+ Amber color palettes
Ambermoon color palette created on .