Tacha Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tacha Yellow palette

Share this palette to:

Tacha Yellow color palette CSS

/* CSS */
.color-1 {
color: #d6c561;
}
.color-2 {
color: #e7c56a;
}
.color-3 {
color: #f3d77c;
}
.color-4 {
color: #f6d3a2;
}
.color-5 {
color: #f6baa7;
}

/* CSS Variables */
:root {
--color-1: #d6c561;
--color-2: #e7c56a;
--color-3: #f3d77c;
--color-4: #f6d3a2;
--color-5: #f6baa7;
}

Tacha Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c561, #e7c56a, #f3d77c, #f6d3a2, #f6baa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c561, #e7c56a, #f3d77c, #f6d3a2, #f6baa7);
}

Tacha Yellow color palette created on .