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: #1a4c8e;
}
.color-2 {
color: #3b8abf;
}
.color-3 {
color: #5ac7e2;
}
.color-4 {
color: #84e5f6;
}
.color-5 {
color: #b0eafc;
}

/* CSS Variables */
:root {
--color-1: #1a4c8e;
--color-2: #3b8abf;
--color-3: #5ac7e2;
--color-4: #84e5f6;
--color-5: #b0eafc;
}

CSS del degradado de fondo Aqua Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4c8e, #3b8abf, #5ac7e2, #84e5f6, #b0eafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4c8e, #3b8abf, #5ac7e2, #84e5f6, #b0eafc);
}

Aqua Dreamscape color palette created on .