Paleta de colores Aquatic Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aquatic Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Aquatic Blue

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f7b7a1;
}
.color-3 {
color: #f0e1b7;
}
.color-4 {
color: #90cc7f;
}
.color-5 {
color: #a06e9c;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f7b7a1;
--color-3: #f0e1b7;
--color-4: #90cc7f;
--color-5: #a06e9c;
}

CSS del degradado de fondo Aquatic Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f7b7a1, #f0e1b7, #90cc7f, #a06e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f7b7a1, #f0e1b7, #90cc7f, #a06e9c);
}

Aquatic Blue color palette created on .