Ava's Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ava's Sunset Serenade palette
Ava's Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffad61;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #d9aa6d;
}
.color-5 {
color: #690571;
}
/* CSS Variables */
:root {
--color-1: #ffad61;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #d9aa6d;
--color-5: #690571;
}
Ava's Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad61, #ff6e61, #ff4d4f, #d9aa6d, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad61, #ff6e61, #ff4d4f, #d9aa6d, #690571);
}
Similar color palettes
Ava's Sunset Serenade color palette created on .