Paleta de colores Bright Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Pink

/* CSS */
.color-1 {
color: #ffed7a;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #ff3d8b;
}

/* CSS Variables */
:root {
--color-1: #ffed7a;
--color-2: #ffa07a;
--color-3: #ff6e61;
--color-4: #ff4d4d;
--color-5: #ff3d8b;
}

CSS del degradado de fondo Bright Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffed7a, #ffa07a, #ff6e61, #ff4d4d, #ff3d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffed7a, #ffa07a, #ff6e61, #ff4d4d, #ff3d8b);
}

Bright Pink color palette created on .