Amber Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Rose palette
Amber Rose color palette CSS
/* CSS */
.color-1 {
color: #d67d38;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f0c0b2;
}
.color-4 {
color: #c1a09a;
}
.color-5 {
color: #794a39;
}
/* CSS Variables */
:root {
--color-1: #d67d38;
--color-2: #e9b79f;
--color-3: #f0c0b2;
--color-4: #c1a09a;
--color-5: #794a39;
}
Amber Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d67d38, #e9b79f, #f0c0b2, #c1a09a, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d67d38, #e9b79f, #f0c0b2, #c1a09a, #794a39);
}
Similar color palettes
Scroll down to explore 10+ Amber color palettes
Amber Rose color palette created on .