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