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: #0da2e7;
}
.color-2 {
color: #5dd5e5;
}
.color-3 {
color: #a1e3e3;
}
.color-4 {
color: #f5f9c8;
}
.color-5 {
color: #f8d37c;
}

/* CSS Variables */
:root {
--color-1: #0da2e7;
--color-2: #5dd5e5;
--color-3: #a1e3e3;
--color-4: #f5f9c8;
--color-5: #f8d37c;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0da2e7, #5dd5e5, #a1e3e3, #f5f9c8, #f8d37c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0da2e7, #5dd5e5, #a1e3e3, #f5f9c8, #f8d37c);
}

Bright Blue color palette created on .