Paleta de colores Blushing Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Beach palette

Compartir esta paleta en:

Descargar la paleta de colores Blushing Beach (PNG)

Download blushing beach color palette PNG image (landscape)
Download blushing beach color palette PNG image (square)

CSS de la paleta de colores Blushing Beach

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffebeb;
}
.color-3 {
color: #ffe5f5;
}
.color-4 {
color: #ff8a92;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffebeb;
--color-3: #ffe5f5;
--color-4: #ff8a92;
--color-5: #ff6b6b;
}

CSS del degradado de fondo Blushing Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffebeb, #ffe5f5, #ff8a92, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffebeb, #ffe5f5, #ff8a92, #ff6b6b);
}

Blushing Beach color palette created on .