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