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