Gourdian Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gourdian Glow palette

Condividi questa palette a:

tavolozza dei colori Gourdian Glow CSS

/* CSS */
.color-1 {
color: #d26d41;
}
.color-2 {
color: #f29d3a;
}
.color-3 {
color: #f8c972;
}
.color-4 {
color: #c8e3ba;
}
.color-5 {
color: #7b894d;
}

/* CSS Variables */
:root {
--color-1: #d26d41;
--color-2: #f29d3a;
--color-3: #f8c972;
--color-4: #c8e3ba;
--color-5: #7b894d;
}

CSS con gradiente di sfondo Gourdian Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d26d41, #f29d3a, #f8c972, #c8e3ba, #7b894d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d26d41, #f29d3a, #f8c972, #c8e3ba, #7b894d);
}

Gourdian Glow color palette created on .