Paleta de colores Pink Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Beach palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pink Beach

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

CSS de la paleta de colores Pink Beach

/* CSS */
.color-1 {
color: #fad7d1;
}
.color-2 {
color: #faf2d1;
}
.color-3 {
color: #e0f1ea;
}
.color-4 {
color: #fddde0;
}
.color-5 {
color: #fcc1b6;
}

/* CSS Variables */
:root {
--color-1: #fad7d1;
--color-2: #faf2d1;
--color-3: #e0f1ea;
--color-4: #fddde0;
--color-5: #fcc1b6;
}

CSS del degradado de fondo Pink Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7d1, #faf2d1, #e0f1ea, #fddde0, #fcc1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7d1, #faf2d1, #e0f1ea, #fddde0, #fcc1b6);
}

Pink Beach color palette created on .