Paleta de colores Pink Venus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Venus palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Venus

/* CSS */
.color-1 {
color: #f1a7b7;
}
.color-2 {
color: #f4bba9;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #c2e0d9;
}
.color-5 {
color: #a1d7e8;
}

/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f4bba9;
--color-3: #f4d69f;
--color-4: #c2e0d9;
--color-5: #a1d7e8;
}

CSS del degradado de fondo Pink Venus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f4bba9, #f4d69f, #c2e0d9, #a1d7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f4bba9, #f4d69f, #c2e0d9, #a1d7e8);
}

Pink Venus color palette created on .