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: #6bb7e1;
}
.color-2 {
color: #5cc4d6;
}
.color-3 {
color: #4ac9c5;
}
.color-4 {
color: #2f9b9d;
}
.color-5 {
color: #207e77;
}
/* CSS Variables */
:root {
--color-1: #6bb7e1;
--color-2: #5cc4d6;
--color-3: #4ac9c5;
--color-4: #2f9b9d;
--color-5: #207e77;
}
CSS del degradado de fondo Aqua Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7e1, #5cc4d6, #4ac9c5, #2f9b9d, #207e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7e1, #5cc4d6, #4ac9c5, #2f9b9d, #207e77);
}
Paletas de colores similares
Aqua Dreamscape color palette created on .