Paleta de colores Pink Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Beach palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Beach

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #c3d5ae;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #f2e2d4;
--color-4: #c3d5ae;
--color-5: #a8d3e1;
}

CSS del degradado de fondo Pink Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b5a1, #f2e2d4, #c3d5ae, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b5a1, #f2e2d4, #c3d5ae, #a8d3e1);
}

Pink Beach color palette created on .