Paleta de colores Gourdian Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gourdian Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Gourdian Glow

/* 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 del degradado de fondo 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 .