Paleta de colores Pink Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Dream

/* CSS */
.color-1 {
color: #f066b2;
}
.color-2 {
color: #ff75b6;
}
.color-3 {
color: #ff99c9;
}
.color-4 {
color: #ffb3d9;
}
.color-5 {
color: #ffe0e9;
}

/* CSS Variables */
:root {
--color-1: #f066b2;
--color-2: #ff75b6;
--color-3: #ff99c9;
--color-4: #ffb3d9;
--color-5: #ffe0e9;
}

CSS del degradado de fondo Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f066b2, #ff75b6, #ff99c9, #ffb3d9, #ffe0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f066b2, #ff75b6, #ff99c9, #ffb3d9, #ffe0e9);
}

Pink Dream color palette created on .