Paleta de colores Pink to Blue Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink to Blue Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Pink to Blue Dream

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #4ba8e2;
}
.color-5 {
color: #3b5897;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #f1c40e;
--color-4: #4ba8e2;
--color-5: #3b5897;
}

CSS del degradado de fondo Pink to Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #f1c40e, #4ba8e2, #3b5897);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #f1c40e, #4ba8e2, #3b5897);
}

Pink to Blue Dream color palette created on .