Paleta de colores 40s Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 40s Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 40s Sunshine

Download 40s sunshine color palette PNG image (landscape)
Download 40s sunshine color palette PNG image (square)

CSS de la paleta de colores 40s Sunshine

/* CSS */
.color-1 {
color: #b08345;
}
.color-2 {
color: #ae4742;
}
.color-3 {
color: #a95b37;
}
.color-4 {
color: #797c4b;
}
.color-5 {
color: #4a5054;
}

/* CSS Variables */
:root {
--color-1: #b08345;
--color-2: #ae4742;
--color-3: #a95b37;
--color-4: #797c4b;
--color-5: #4a5054;
}

CSS del degradado de fondo 40s Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}

40s Sunshine color palette created on .