Golden Angelicia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Angelicia palette

Share this palette to:

Golden Angelicia color palette CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f2d491;
}
.color-4 {
color: #e5b176;
}
.color-5 {
color: #e2a365;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f0a800;
--color-3: #f2d491;
--color-4: #e5b176;
--color-5: #e2a365;
}

Golden Angelicia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f0a800, #f2d491, #e5b176, #e2a365);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f0a800, #f2d491, #e5b176, #e2a365);
}

Golden Angelicia color palette created on .