Paleta de colores Abyssal Shield

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Abyssal Shield palette

Compartir esta paleta en:

CSS de la paleta de colores Abyssal Shield

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2b5c7d;
}
.color-3 {
color: #4a8eb0;
}
.color-4 {
color: #7bc7e0;
}
.color-5 {
color: #a3e7f0;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2b5c7d;
--color-3: #4a8eb0;
--color-4: #7bc7e0;
--color-5: #a3e7f0;
}

CSS del degradado de fondo Abyssal Shield

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2b5c7d, #4a8eb0, #7bc7e0, #a3e7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2b5c7d, #4a8eb0, #7bc7e0, #a3e7f0);
}

Abyssal Shield color palette created on .