Paleta de colores Colorful Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Colorful Rainbow palette

Compartir esta paleta en:

CSS de la paleta de colores Colorful Rainbow

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #56c5e1;
}
.color-5 {
color: #a24eb1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #7fd959;
--color-4: #56c5e1;
--color-5: #a24eb1;
}

CSS del degradado de fondo Colorful Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #7fd959, #56c5e1, #a24eb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #7fd959, #56c5e1, #a24eb1);
}

Colorful Rainbow color palette created on .