Paleta de colores Aether
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Aether palette
Imagen PNG de la paleta de colores Aether
CSS de la paleta de colores Aether
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #afe9c3;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #f7b1a6;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #afe9c3;
--color-3: #f4e4b3;
--color-4: #f7b1a6;
--color-5: #f76e6e;
}
CSS del degradado de fondo Aether
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
Paletas de colores similares
Aether color palette created on .