Paleta de colores 1960's School Theme

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 1960's School Theme palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 1960's School Theme

Download 1960's school theme color palette PNG image (landscape)
Download 1960's school theme color palette PNG image (square)

CSS de la paleta de colores 1960's School Theme

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #aa3227;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #e77e23;
--color-3: #d15400;
--color-4: #bf3a2b;
--color-5: #aa3227;
}

CSS del degradado de fondo 1960's School Theme

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #e77e23, #d15400, #bf3a2b, #aa3227);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #e77e23, #d15400, #bf3a2b, #aa3227);
}

1960's School Theme color palette created on .