Paleta de colores Pink Scene

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Scene palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Scene

/* CSS */
.color-1 {
color: #ff809d;
}
.color-2 {
color: #ffb3c7;
}
.color-3 {
color: #ffd5d1;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #fff9b3;
}

/* CSS Variables */
:root {
--color-1: #ff809d;
--color-2: #ffb3c7;
--color-3: #ffd5d1;
--color-4: #ffe4b3;
--color-5: #fff9b3;
}

CSS del degradado de fondo Pink Scene

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809d, #ffb3c7, #ffd5d1, #ffe4b3, #fff9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809d, #ffb3c7, #ffd5d1, #ffe4b3, #fff9b3);
}

Pink Scene color palette created on .