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