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