Paleta de colores Retro Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro Sunshine

Download retro sunshine color palette PNG image (landscape)
Download retro sunshine color palette PNG image (square)

CSS de la paleta de colores Retro Sunshine

/* CSS */
.color-1 {
color: #d85b3b;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #a9d256;
}
.color-5 {
color: #3b9fd8;
}

/* CSS Variables */
:root {
--color-1: #d85b3b;
--color-2: #f6b531;
--color-3: #f7c94b;
--color-4: #a9d256;
--color-5: #3b9fd8;
}

CSS del degradado de fondo Retro Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85b3b, #f6b531, #f7c94b, #a9d256, #3b9fd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85b3b, #f6b531, #f7c94b, #a9d256, #3b9fd8);
}

Retro Sunshine color palette created on .