Sunset Entryway Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Entryway palette
Sunset Entryway color palette CSS
/* CSS */
.color-1 {
color: #f6a23c;
}
.color-2 {
color: #e65d51;
}
.color-3 {
color: #a24e72;
}
.color-4 {
color: #6b7b94;
}
.color-5 {
color: #4b9cbe;
}
/* CSS Variables */
:root {
--color-1: #f6a23c;
--color-2: #e65d51;
--color-3: #a24e72;
--color-4: #6b7b94;
--color-5: #4b9cbe;
}
Sunset Entryway background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a23c, #e65d51, #a24e72, #6b7b94, #4b9cbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a23c, #e65d51, #a24e72, #6b7b94, #4b9cbe);
}
Similar color palettes
Sunset Entryway color palette created on .