Paleta de colores Aerial Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Aerial Whispers palette
CSS de la paleta de colores Aerial Whispers
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f8b8b;
}
.color-3 {
color: #8daa91;
}
.color-4 {
color: #b1d2c1;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f8b8b;
--color-3: #8daa91;
--color-4: #b1d2c1;
--color-5: #f5c400;
}
CSS del degradado de fondo Aerial Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f8b8b, #8daa91, #b1d2c1, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f8b8b, #8daa91, #b1d2c1, #f5c400);
}
Paletas de colores similares
Aerial Whispers color palette created on .