Paleta de colores 60s Cartoon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 60s Cartoon palette

Compartir esta paleta en:

Descargar la paleta de colores 60s Cartoon (PNG)

Download 60s cartoon color palette PNG image (landscape)
Download 60s cartoon color palette PNG image (square)

CSS de la paleta de colores 60s Cartoon

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #e1efd7;
}
.color-5 {
color: #80d4ff;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffcc00;
--color-4: #e1efd7;
--color-5: #80d4ff;
}

CSS del degradado de fondo 60s Cartoon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffcc00, #e1efd7, #80d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffcc00, #e1efd7, #80d4ff);
}

60s Cartoon color palette created on .