Apricot Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apricot Sunset palette
Apricot Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9debd;
}
.color-2 {
color: #f4c590;
}
.color-3 {
color: #f0b466;
}
.color-4 {
color: #eda35a;
}
.color-5 {
color: #e17c51;
}
/* CSS Variables */
:root {
--color-1: #f9debd;
--color-2: #f4c590;
--color-3: #f0b466;
--color-4: #eda35a;
--color-5: #e17c51;
}
Apricot Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9debd, #f4c590, #f0b466, #eda35a, #e17c51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9debd, #f4c590, #f0b466, #eda35a, #e17c51);
}
Similar color palettes
Apricot Sunset color palette created on .