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