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: #0096e0;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #1ce9b5;
}
.color-4 {
color: #6af0b0;
}
.color-5 {
color: #b0ff57;
}
/* CSS Variables */
:root {
--color-1: #0096e0;
--color-2: #00bdd6;
--color-3: #1ce9b5;
--color-4: #6af0b0;
--color-5: #b0ff57;
}
CSS del degradado de fondo Aqua Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096e0, #00bdd6, #1ce9b5, #6af0b0, #b0ff57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096e0, #00bdd6, #1ce9b5, #6af0b0, #b0ff57);
}
Paletas de colores similares
Aqua Dreamscape color palette created on .