Elegant Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Embrace palette
Elegant Embrace color palette CSS
/* CSS */
.color-1 {
color: #a9907e;
}
.color-2 {
color: #bf8f7d;
}
.color-3 {
color: #d6b57a;
}
.color-4 {
color: #e6c4a8;
}
.color-5 {
color: #e4a4a0;
}
/* CSS Variables */
:root {
--color-1: #a9907e;
--color-2: #bf8f7d;
--color-3: #d6b57a;
--color-4: #e6c4a8;
--color-5: #e4a4a0;
}
Elegant Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9907e, #bf8f7d, #d6b57a, #e6c4a8, #e4a4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9907e, #bf8f7d, #d6b57a, #e6c4a8, #e4a4a0);
}
Similar color palettes
Scroll down to explore 400+ Autumn color palettes
Elegant Embrace color palette created on .