Abyss Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Abyss Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Abyss Blue

Download abyss blue color palette PNG image (landscape)
Download abyss blue color palette PNG image (square)

tavolozza dei colori Abyss Blue CSS

/* CSS */
.color-1 {
color: #0b3c5b;
}
.color-2 {
color: #0c5b88;
}
.color-3 {
color: #4cae9d;
}
.color-4 {
color: #b9e9b4;
}
.color-5 {
color: #f5f5f0;
}

/* CSS Variables */
:root {
--color-1: #0b3c5b;
--color-2: #0c5b88;
--color-3: #4cae9d;
--color-4: #b9e9b4;
--color-5: #f5f5f0;
}

CSS con gradiente di sfondo Abyss Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}

Abyss Blue color palette created on .