Paleta de colores Aqua Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aqua Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Aqua Dreamscape

/* CSS */
.color-1 {
color: #00b4e6;
}
.color-2 {
color: #00a8e0;
}
.color-3 {
color: #00a4d1;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #0086b3;
}

/* CSS Variables */
:root {
--color-1: #00b4e6;
--color-2: #00a8e0;
--color-3: #00a4d1;
--color-4: #0095c7;
--color-5: #0086b3;
}

CSS del degradado de fondo Aqua Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e6, #00a8e0, #00a4d1, #0095c7, #0086b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e6, #00a8e0, #00a4d1, #0095c7, #0086b3);
}

Aqua Dreamscape color palette created on .