Autumnal Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumnal Embrace palette
Autumnal Embrace color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a63b2b;
}
.color-3 {
color: #d6a543;
}
.color-4 {
color: #4b7c5a;
}
.color-5 {
color: #b6c9a6;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a63b2b;
--color-3: #d6a543;
--color-4: #4b7c5a;
--color-5: #b6c9a6;
}
Autumnal Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a63b2b, #d6a543, #4b7c5a, #b6c9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a63b2b, #d6a543, #4b7c5a, #b6c9a6);
}
Similar color palettes
Autumnal Embrace color palette created on .