Paleta de colores Dazzling Sun

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dazzling Sun palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dazzling Sun

Download dazzling sun color palette PNG image (landscape)
Download dazzling sun color palette PNG image (square)

CSS de la paleta de colores Dazzling Sun

/* CSS */
.color-1 {
color: #f6d13c;
}
.color-2 {
color: #fca85f;
}
.color-3 {
color: #f3687b;
}
.color-4 {
color: #ef4d93;
}
.color-5 {
color: #a15eb5;
}

/* CSS Variables */
:root {
--color-1: #f6d13c;
--color-2: #fca85f;
--color-3: #f3687b;
--color-4: #ef4d93;
--color-5: #a15eb5;
}

CSS del degradado de fondo Dazzling Sun

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d13c, #fca85f, #f3687b, #ef4d93, #a15eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d13c, #fca85f, #f3687b, #ef4d93, #a15eb5);
}

Dazzling Sun color palette created on .