Paleta de colores Pink Elixir

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Elixir palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Elixir

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f0a3c7;
}
.color-3 {
color: #f1d07e;
}
.color-4 {
color: #6ed4d2;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f0a3c7;
--color-3: #f1d07e;
--color-4: #6ed4d2;
--color-5: #2a9d90;
}

CSS del degradado de fondo Pink Elixir

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f0a3c7, #f1d07e, #6ed4d2, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f0a3c7, #f1d07e, #6ed4d2, #2a9d90);
}

Pink Elixir color palette created on .