Paleta de colores Shades of Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue palette
CSS de la paleta de colores Shades of Blue
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3d4999;
}
.color-3 {
color: #6d8fb0;
}
.color-4 {
color: #a1c7d9;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3d4999;
--color-3: #6d8fb0;
--color-4: #a1c7d9;
--color-5: #f4e1a4;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3d4999, #6d8fb0, #a1c7d9, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3d4999, #6d8fb0, #a1c7d9, #f4e1a4);
}
Paletas de colores similares
- 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
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
Shades of Blue color palette created on .