Paleta de colores Pink Nana

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Nana palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Nana

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #ff1a1a;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6b6b;
--color-3: #ff4d4d;
--color-4: #ff3d3d;
--color-5: #ff1a1a;
}

CSS del degradado de fondo Pink Nana

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6b6b, #ff4d4d, #ff3d3d, #ff1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6b6b, #ff4d4d, #ff3d3d, #ff1a1a);
}

Pink Nana color palette created on .