Paleta de colores Aqua Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Aqua Serenade palette
CSS de la paleta de colores Aqua Serenade
/* CSS */
.color-1 {
color: #a2dae6;
}
.color-2 {
color: #e1f7fe;
}
.color-3 {
color: #b5e3f2;
}
.color-4 {
color: #7ed4f1;
}
.color-5 {
color: #49b0d0;
}
/* CSS Variables */
:root {
--color-1: #a2dae6;
--color-2: #e1f7fe;
--color-3: #b5e3f2;
--color-4: #7ed4f1;
--color-5: #49b0d0;
}
CSS del degradado de fondo Aqua Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2dae6, #e1f7fe, #b5e3f2, #7ed4f1, #49b0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2dae6, #e1f7fe, #b5e3f2, #7ed4f1, #49b0d0);
}
Paletas de colores similares
Aqua Serenade color palette created on .