Abyssal Gaze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Abyssal Gaze palette

Condividi questa palette a:

tavolozza dei colori Abyssal Gaze CSS

/* 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 con gradiente di sfondo 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 .