Paleta de colores Abyssal Gaze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Abyssal Gaze palette

Compartir esta paleta en:

CSS de la paleta de colores Abyssal Gaze

/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1dc2d7;
}
.color-4 {
color: #67e0e0;
}
.color-5 {
color: #b1f2f2;
}

/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #00bfff;
--color-3: #1dc2d7;
--color-4: #67e0e0;
--color-5: #b1f2f2;
}

CSS del degradado de fondo Abyssal Gaze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #00bfff, #1dc2d7, #67e0e0, #b1f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #00bfff, #1dc2d7, #67e0e0, #b1f2f2);
}

Abyssal Gaze color palette created on .