Angelic Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Angelic Yellow palette

Share this palette to:

Angelic Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9ebae;
}
.color-2 {
color: #f7d78d;
}
.color-3 {
color: #f5c55b;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #f9ebae;
--color-2: #f7d78d;
--color-3: #f5c55b;
--color-4: #f5b400;
--color-5: #f0a400;
}

Angelic Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ebae, #f7d78d, #f5c55b, #f5b400, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ebae, #f7d78d, #f5c55b, #f5b400, #f0a400);
}

Angelic Yellow color palette created on .