Paleta de colores Older Man

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Older Man palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Older Man

Download older man color palette PNG image (landscape)
Download older man color palette PNG image (square)

CSS de la paleta de colores Older Man

/* CSS */
.color-1 {
color: #b0c4de;
}
.color-2 {
color: #4682b4;
}
.color-3 {
color: #305050;
}
.color-4 {
color: #9f512d;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #4682b4;
--color-3: #305050;
--color-4: #9f512d;
--color-5: #ffd900;
}

CSS del degradado de fondo Older Man

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #4682b4, #305050, #9f512d, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #4682b4, #305050, #9f512d, #ffd900);
}

Older Man color palette created on .