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: #00a8e0;
}
.color-2 {
color: #f6d91e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f86d6d;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #f6d91e;
--color-3: #ff6e61;
--color-4: #f86d6d;
--color-5: #9b58b6;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #f6d91e, #ff6e61, #f86d6d, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #f6d91e, #ff6e61, #f86d6d, #9b58b6);
}

Bright Blue color palette created on .