Yellow Allamanda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Allamanda palette

Share this palette to:

Yellow Allamanda color palette CSS

/* CSS */
.color-1 {
color: #f8e5af;
}
.color-2 {
color: #f3d86d;
}
.color-3 {
color: #e9c02b;
}
.color-4 {
color: #c69910;
}
.color-5 {
color: #7a6e00;
}

/* CSS Variables */
:root {
--color-1: #f8e5af;
--color-2: #f3d86d;
--color-3: #e9c02b;
--color-4: #c69910;
--color-5: #7a6e00;
}

Yellow Allamanda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5af, #f3d86d, #e9c02b, #c69910, #7a6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5af, #f3d86d, #e9c02b, #c69910, #7a6e00);
}

Yellow Allamanda color palette created on .