Bell Bottom Blues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bell Bottom Blues palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bell Bottom Blues

Download bell bottom blues color palette PNG image (landscape)
Download bell bottom blues color palette PNG image (square)

tavolozza dei colori Bell Bottom Blues CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #6a9dd7;
}
.color-3 {
color: #3a7d9c;
}
.color-4 {
color: #239a7a;
}
.color-5 {
color: #1c6d4d;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6a9dd7;
--color-3: #3a7d9c;
--color-4: #239a7a;
--color-5: #1c6d4d;
}

CSS con gradiente di sfondo Bell Bottom Blues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6a9dd7, #3a7d9c, #239a7a, #1c6d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6a9dd7, #3a7d9c, #239a7a, #1c6d4d);
}

Bell Bottom Blues color palette created on .