Paleta de colores Rainbow Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rainbow Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rainbow Dreams

Download rainbow dreams color palette PNG image (landscape)
Download rainbow dreams color palette PNG image (square)

CSS de la paleta de colores Rainbow Dreams

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #5087f7;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb347;
--color-3: #ffda6b;
--color-4: #6ccb79;
--color-5: #5087f7;
}

CSS del degradado de fondo Rainbow Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}

Rainbow Dreams color palette created on .