Paleta de colores Blue Astro
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Astro palette
CSS de la paleta de colores Blue Astro
/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4c5c8a;
}
.color-3 {
color: #7e9ac4;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #f5e5b7;
}
/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4c5c8a;
--color-3: #7e9ac4;
--color-4: #a3d7e0;
--color-5: #f5e5b7;
}
CSS del degradado de fondo Blue Astro
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4c5c8a, #7e9ac4, #a3d7e0, #f5e5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4c5c8a, #7e9ac4, #a3d7e0, #f5e5b7);
}
Paletas de colores similares
- Shades of Pink
- Blue Luninaria
- Celestial Harmony
- Light Blue
- Blue Green Yellow Watercolor
- Silent Pursuit
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
Blue Astro color palette created on .