Loading...

Paleta de colores Bright Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Bright Pink (PNG)

Download bright pink color palette PNG image (landscape)
Download bright pink color palette PNG image (square)

CSS de la paleta de colores Bright Pink

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #fc923b;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #efa581;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff4d4f;
--color-3: #fc923b;
--color-4: #f9d66c;
--color-5: #efa581;
}

CSS del degradado de fondo Bright Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff4d4f, #fc923b, #f9d66c, #efa581);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff4d4f, #fc923b, #f9d66c, #efa581);
}

Bright Pink color palette created on .