Paleta de colores Grant

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Grant palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Grant

Download grant color palette PNG image (landscape)
Download grant color palette PNG image (square)

CSS de la paleta de colores Grant

/* CSS */
.color-1 {
color: #3a5078;
}
.color-2 {
color: #487393;
}
.color-3 {
color: #689cb6;
}
.color-4 {
color: #86acbb;
}
.color-5 {
color: #b9c5d0;
}

/* CSS Variables */
:root {
--color-1: #3a5078;
--color-2: #487393;
--color-3: #689cb6;
--color-4: #86acbb;
--color-5: #b9c5d0;
}

CSS del degradado de fondo Grant

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5078, #487393, #689cb6, #86acbb, #b9c5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5078, #487393, #689cb6, #86acbb, #b9c5d0);
}

Grant color palette created on .