Paleta de colores Pastel Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Rainbow palette

Compartir esta paleta en:

Descargar la paleta de colores Pastel Rainbow (PNG)

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

CSS de la paleta de colores Pastel Rainbow

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ffdeb8;
}
.color-3 {
color: #ffffb8;
}
.color-4 {
color: #b8ffbb;
}
.color-5 {
color: #b8e0ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ffdeb8;
--color-3: #ffffb8;
--color-4: #b8ffbb;
--color-5: #b8e0ff;
}

CSS del degradado de fondo Pastel Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ffdeb8, #ffffb8, #b8ffbb, #b8e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ffdeb8, #ffffb8, #b8ffbb, #b8e0ff);
}

Pastel Rainbow color palette created on .