Yellow Tulip Tree Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Tulip Tree palette

Share this palette to:

Yellow Tulip Tree color palette CSS

/* CSS */
.color-1 {
color: #f3da4f;
}
.color-2 {
color: #f5c45c;
}
.color-3 {
color: #f8a96d;
}
.color-4 {
color: #fbaf79;
}
.color-5 {
color: #fbbc89;
}

/* CSS Variables */
:root {
--color-1: #f3da4f;
--color-2: #f5c45c;
--color-3: #f8a96d;
--color-4: #fbaf79;
--color-5: #fbbc89;
}

Yellow Tulip Tree background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3da4f, #f5c45c, #f8a96d, #fbaf79, #fbbc89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3da4f, #f5c45c, #f8a96d, #fbaf79, #fbbc89);
}

Yellow Tulip Tree color palette created on .