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: #76b4e0;
}
.color-2 {
color: #f8c84f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e0a3c7;
}
.color-5 {
color: #69af4b;
}

/* CSS Variables */
:root {
--color-1: #76b4e0;
--color-2: #f8c84f;
--color-3: #ff6e61;
--color-4: #e0a3c7;
--color-5: #69af4b;
}

CSS con gradiente di sfondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76b4e0, #f8c84f, #ff6e61, #e0a3c7, #69af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76b4e0, #f8c84f, #ff6e61, #e0a3c7, #69af4b);
}

Bright Blue color palette created on .