Paleta de colores Bright Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Blue

/* CSS */
.color-1 {
color: #009ddb;
}
.color-2 {
color: #00a4e6;
}
.color-3 {
color: #00b0f0;
}
.color-4 {
color: #00c4fa;
}
.color-5 {
color: #00d4ff;
}

/* CSS Variables */
:root {
--color-1: #009ddb;
--color-2: #00a4e6;
--color-3: #00b0f0;
--color-4: #00c4fa;
--color-5: #00d4ff;
}

CSS del degradado de fondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009ddb, #00a4e6, #00b0f0, #00c4fa, #00d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009ddb, #00a4e6, #00b0f0, #00c4fa, #00d4ff);
}

Bright Blue color palette created on .