Paleta de colores Seeking the Sun

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Seeking the Sun palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Seeking the Sun

Download seeking the sun color palette PNG image (landscape)
Download seeking the sun color palette PNG image (square)

CSS de la paleta de colores Seeking the Sun

/* CSS */
.color-1 {
color: #f8d859;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f86c30;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #b42d6c;
}

/* CSS Variables */
:root {
--color-1: #f8d859;
--color-2: #f5a524;
--color-3: #f86c30;
--color-4: #e94e77;
--color-5: #b42d6c;
}

CSS del degradado de fondo Seeking the Sun

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}

Seeking the Sun color palette created on .