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