Paleta de colores Retro Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Retro Sunshine

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #c51162;
}
.color-5 {
color: #6200eb;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e00;
--color-3: #d6006f;
--color-4: #c51162;
--color-5: #6200eb;
}

CSS del degradado de fondo Retro Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e00, #d6006f, #c51162, #6200eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e00, #d6006f, #c51162, #6200eb);
}

Retro Sunshine color palette created on .