1960's School Theme Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 1960's School Theme palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 1960's School Theme

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

tavolozza dei colori 1960's School Theme CSS

/* 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 con gradiente di sfondo 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 .