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