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