Paleta de colores Shades of Pink and Black
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pink and Black palette
CSS de la paleta de colores Shades of Pink and Black
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff66b3;
}
.color-3 {
color: #4d4d4d;
}
.color-4 {
color: #ffccff;
}
.color-5 {
color: #ff99cc;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff66b3;
--color-3: #4d4d4d;
--color-4: #ffccff;
--color-5: #ff99cc;
}
CSS del degradado de fondo Shades of Pink and Black
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff66b3, #4d4d4d, #ffccff, #ff99cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff66b3, #4d4d4d, #ffccff, #ff99cc);
}
Paletas de colores similares
Shades of Pink and Black color palette created on .