Paleta de colores Colorful Dandy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Colorful Dandy palette

Compartir esta paleta en:

CSS de la paleta de colores Colorful Dandy

/* CSS */
.color-1 {
color: #f9d44e;
}
.color-2 {
color: #f06e2d;
}
.color-3 {
color: #c21e60;
}
.color-4 {
color: #6c2a92;
}
.color-5 {
color: #2b7c97;
}

/* CSS Variables */
:root {
--color-1: #f9d44e;
--color-2: #f06e2d;
--color-3: #c21e60;
--color-4: #6c2a92;
--color-5: #2b7c97;
}

CSS del degradado de fondo Colorful Dandy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d44e, #f06e2d, #c21e60, #6c2a92, #2b7c97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d44e, #f06e2d, #c21e60, #6c2a92, #2b7c97);
}

Colorful Dandy color palette created on .