Paleta de colores Bright Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Blue palette
CSS de la paleta de colores Bright Blue
/* CSS */
.color-1 {
color: #005fad;
}
.color-2 {
color: #0077c7;
}
.color-3 {
color: #0091e6;
}
.color-4 {
color: #00b2ff;
}
.color-5 {
color: #00d4ff;
}
/* CSS Variables */
:root {
--color-1: #005fad;
--color-2: #0077c7;
--color-3: #0091e6;
--color-4: #00b2ff;
--color-5: #00d4ff;
}
CSS del degradado de fondo Bright Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005fad, #0077c7, #0091e6, #00b2ff, #00d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005fad, #0077c7, #0091e6, #00b2ff, #00d4ff);
}
Paletas de colores similares
- Dusty Blue and Sage Green
- Drizzle Dreams
- Cerulean Elegance
- Cascading Clouds
- Oceanic Ember
- Shades of Green and Blue
- Frank's Vibrant Journey
- Shades of Green and Blue
- Pink Dream
- Vibrant Red Blue Purple
- Blue Sky
- Whimsical Elegance
- Blue Astro
- Oceanic Harmony
- Sunny Coast Vibes
- Sunset Serenade
- California Sunset
- Whimsical Blossom
Bright Blue color palette created on .