Paleta de colores Dandy Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dandy Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Dandy Dusk

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9b44e;
}
.color-4 {
color: #ef9e4d;
}
.color-5 {
color: #e77d5f;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f9c54e;
--color-3: #f9b44e;
--color-4: #ef9e4d;
--color-5: #e77d5f;
}

CSS del degradado de fondo Dandy Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f9c54e, #f9b44e, #ef9e4d, #e77d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f9c54e, #f9b44e, #ef9e4d, #e77d5f);
}

Dandy Dusk color palette created on .