Paleta de colores Bright Hot Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Hot Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Hot Pink

/* CSS */
.color-1 {
color: #ff6bb5;
}
.color-2 {
color: #ff85c0;
}
.color-3 {
color: #ff99c0;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ffc7e1;
}

/* CSS Variables */
:root {
--color-1: #ff6bb5;
--color-2: #ff85c0;
--color-3: #ff99c0;
--color-4: #ffb3d1;
--color-5: #ffc7e1;
}

CSS del degradado de fondo Bright Hot Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6bb5, #ff85c0, #ff99c0, #ffb3d1, #ffc7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6bb5, #ff85c0, #ff99c0, #ffb3d1, #ffc7e1);
}

Bright Hot Pink color palette created on .