Bright Blue Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Blue palette

Condividi questa palette a:

tavolozza dei colori Bright Blue CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #64d6e3;
}
.color-4 {
color: #a1e8e0;
}
.color-5 {
color: #e2f7f8;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #64d6e3;
--color-4: #a1e8e0;
--color-5: #e2f7f8;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #64d6e3, #a1e8e0, #e2f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #64d6e3, #a1e8e0, #e2f7f8);
}

Bright Blue color palette created on .