Paleta de colores Shades of Hot Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Hot Pink palette
CSS de la paleta de colores Shades of Hot Pink
/* CSS */
.color-1 {
color: #ff6bb5;
}
.color-2 {
color: #ff85c0;
}
.color-3 {
color: #ffb3d1;
}
.color-4 {
color: #ffdbe8;
}
.color-5 {
color: #ffe0f4;
}
/* CSS Variables */
:root {
--color-1: #ff6bb5;
--color-2: #ff85c0;
--color-3: #ffb3d1;
--color-4: #ffdbe8;
--color-5: #ffe0f4;
}
CSS del degradado de fondo Shades of Hot Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6bb5, #ff85c0, #ffb3d1, #ffdbe8, #ffe0f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6bb5, #ff85c0, #ffb3d1, #ffdbe8, #ffe0f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Shades of Hot Pink color palette created on .