Paleta de colores Ancient Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ancient Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Ancient Depths

/* CSS */
.color-1 {
color: #8dd8d5;
}
.color-2 {
color: #5db6a6;
}
.color-3 {
color: #3e838e;
}
.color-4 {
color: #2f5e6f;
}
.color-5 {
color: #183b4e;
}

/* CSS Variables */
:root {
--color-1: #8dd8d5;
--color-2: #5db6a6;
--color-3: #3e838e;
--color-4: #2f5e6f;
--color-5: #183b4e;
}

CSS del degradado de fondo Ancient Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8dd8d5, #5db6a6, #3e838e, #2f5e6f, #183b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8dd8d5, #5db6a6, #3e838e, #2f5e6f, #183b4e);
}

Ancient Depths color palette created on .