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