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: #1d98b4;
}
.color-2 {
color: #53c8d5;
}
.color-3 {
color: #a8e6e4;
}
.color-4 {
color: #f4f1b8;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #1d98b4;
--color-2: #53c8d5;
--color-3: #a8e6e4;
--color-4: #f4f1b8;
--color-5: #f9c54e;
}
CSS del degradado de fondo Aqua Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d98b4, #53c8d5, #a8e6e4, #f4f1b8, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d98b4, #53c8d5, #a8e6e4, #f4f1b8, #f9c54e);
}
Paletas de colores similares
Aqua Dreamscape color palette created on .