Bright Green Tea Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Green Tea palette

Condividi questa palette a:

Scarica la tavolozza dei colori Bright Green Tea (PNG)

Download bright green tea color palette PNG image (landscape)
Download bright green tea color palette PNG image (square)

tavolozza dei colori Bright Green Tea CSS

/* CSS */
.color-1 {
color: #d6c400;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #8cc851;
}
.color-4 {
color: #4abf77;
}
.color-5 {
color: #d7e4af;
}

/* CSS Variables */
:root {
--color-1: #d6c400;
--color-2: #fad400;
--color-3: #8cc851;
--color-4: #4abf77;
--color-5: #d7e4af;
}

CSS con gradiente di sfondo Bright Green Tea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c400, #fad400, #8cc851, #4abf77, #d7e4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c400, #fad400, #8cc851, #4abf77, #d7e4af);
}

Bright Green Tea color palette created on .