Gorse Glow Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gorse Glow palette

Condividi questa palette a:

tavolozza dei colori Gorse Glow CSS

/* CSS */
.color-1 {
color: #fff04d;
}
.color-2 {
color: #f9e54e;
}
.color-3 {
color: #f0d04c;
}
.color-4 {
color: #e7b84b;
}
.color-5 {
color: #d59e3f;
}

/* CSS Variables */
:root {
--color-1: #fff04d;
--color-2: #f9e54e;
--color-3: #f0d04c;
--color-4: #e7b84b;
--color-5: #d59e3f;
}

CSS con gradiente di sfondo Gorse Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff04d, #f9e54e, #f0d04c, #e7b84b, #d59e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff04d, #f9e54e, #f0d04c, #e7b84b, #d59e3f);
}

Tavolozze di colori simili

Gorse Glow color palette created on .