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