Aida's Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aida's Serenade palette

Share this palette to:

Aida's Serenade color palette CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff5d38;
}
.color-3 {
color: #ff85a3;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff5d38;
--color-3: #ff85a3;
--color-4: #6a5bcd;
--color-5: #00bdd6;
}

Aida's Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff5d38, #ff85a3, #6a5bcd, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff5d38, #ff85a3, #6a5bcd, #00bdd6);
}

Aida's Serenade color palette created on .