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: #1f89e5;
}
.color-2 {
color: #5db3e5;
}
.color-3 {
color: #8bd5e9;
}
.color-4 {
color: #e2f3f8;
}
.color-5 {
color: #f9c8d4;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #5db3e5;
--color-3: #8bd5e9;
--color-4: #e2f3f8;
--color-5: #f9c8d4;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #5db3e5, #8bd5e9, #e2f3f8, #f9c8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #5db3e5, #8bd5e9, #e2f3f8, #f9c8d4);
}

Bright Blue color palette created on .