Paleta de colores Aqua Luminescence
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Aqua Luminescence palette
CSS de la paleta de colores Aqua Luminescence
/* CSS */
.color-1 {
color: #3db388;
}
.color-2 {
color: #5bd79f;
}
.color-3 {
color: #8af5b1;
}
.color-4 {
color: #c3f9c4;
}
.color-5 {
color: #e5fff1;
}
/* CSS Variables */
:root {
--color-1: #3db388;
--color-2: #5bd79f;
--color-3: #8af5b1;
--color-4: #c3f9c4;
--color-5: #e5fff1;
}
CSS del degradado de fondo Aqua Luminescence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db388, #5bd79f, #8af5b1, #c3f9c4, #e5fff1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db388, #5bd79f, #8af5b1, #c3f9c4, #e5fff1);
}
Paletas de colores similares
Aqua Luminescence color palette created on .