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: #5bc8e6;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f49d1a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f28d3a;
}

/* CSS Variables */
:root {
--color-1: #5bc8e6;
--color-2: #f6b83c;
--color-3: #f49d1a;
--color-4: #ff6e61;
--color-5: #f28d3a;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bc8e6, #f6b83c, #f49d1a, #ff6e61, #f28d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bc8e6, #f6b83c, #f49d1a, #ff6e61, #f28d3a);
}

Bright Blue color palette created on .