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: #4bbae2;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f76d3b;
}
.color-4 {
color: #f8b9c4;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f6c80e;
--color-3: #f76d3b;
--color-4: #f8b9c4;
--color-5: #8d43ad;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f6c80e, #f76d3b, #f8b9c4, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f6c80e, #f76d3b, #f8b9c4, #8d43ad);
}

Bright Blue color palette created on .