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: #2a9cf4;
}
.color-2 {
color: #3dc0e1;
}
.color-3 {
color: #5ce1e6;
}
.color-4 {
color: #80e5f4;
}
.color-5 {
color: #b3f7ff;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #3dc0e1;
--color-3: #5ce1e6;
--color-4: #80e5f4;
--color-5: #b3f7ff;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #3dc0e1, #5ce1e6, #80e5f4, #b3f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #3dc0e1, #5ce1e6, #80e5f4, #b3f7ff);
}

Bright Blue color palette created on .