Amber Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Dreams palette
Amber Dreams color palette PNG image
Amber Dreams color palette CSS
/* CSS */
.color-1 {
color: #d97d20;
}
.color-2 {
color: #c6393e;
}
.color-3 {
color: #f2b95f;
}
.color-4 {
color: #e1b7d3;
}
.color-5 {
color: #1f1b79;
}
/* CSS Variables */
:root {
--color-1: #d97d20;
--color-2: #c6393e;
--color-3: #f2b95f;
--color-4: #e1b7d3;
--color-5: #1f1b79;
}
Amber Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97d20, #c6393e, #f2b95f, #e1b7d3, #1f1b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97d20, #c6393e, #f2b95f, #e1b7d3, #1f1b79);
}
Similar color palettes
Scroll down to explore 10+ Amber color palettes
Amber Dreams color palette created on .