Paleta de colores Divine Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Divine Garden palette

Compartir esta paleta en:

Descargar la paleta de colores Divine Garden (PNG)

Download divine garden color palette PNG image (landscape)
Download divine garden color palette PNG image (square)

CSS de la paleta de colores Divine Garden

/* CSS */
.color-1 {
color: #1f4d3c;
}
.color-2 {
color: #3e7e4e;
}
.color-3 {
color: #88c851;
}
.color-4 {
color: #f1e78e;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1f4d3c;
--color-2: #3e7e4e;
--color-3: #88c851;
--color-4: #f1e78e;
--color-5: #f0a800;
}

CSS del degradado de fondo Divine Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4d3c, #3e7e4e, #88c851, #f1e78e, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4d3c, #3e7e4e, #88c851, #f1e78e, #f0a800);
}

Divine Garden color palette created on .