Tacha Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tacha Yellow palette

Condividi questa palette a:

tavolozza dei colori Tacha Yellow 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;
}

CSS con gradiente di sfondo Tacha Yellow

/* 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 .