Paleta de colores Pink Rodney

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Rodney palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Rodney

/* CSS */
.color-1 {
color: #e0a3b0;
}
.color-2 {
color: #f9c9b4;
}
.color-3 {
color: #fcd49c;
}
.color-4 {
color: #f7e1a1;
}
.color-5 {
color: #a3d7b5;
}

/* CSS Variables */
:root {
--color-1: #e0a3b0;
--color-2: #f9c9b4;
--color-3: #fcd49c;
--color-4: #f7e1a1;
--color-5: #a3d7b5;
}

CSS del degradado de fondo Pink Rodney

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a3b0, #f9c9b4, #fcd49c, #f7e1a1, #a3d7b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a3b0, #f9c9b4, #fcd49c, #f7e1a1, #a3d7b5);
}

Pink Rodney color palette created on .