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: #f6a6a2;
}
.color-2 {
color: #f4c557;
}
.color-3 {
color: #a1d4e8;
}
.color-4 {
color: #6d9dc5;
}
.color-5 {
color: #4c8094;
}
/* CSS Variables */
:root {
--color-1: #f6a6a2;
--color-2: #f4c557;
--color-3: #a1d4e8;
--color-4: #6d9dc5;
--color-5: #4c8094;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a6a2, #f4c557, #a1d4e8, #6d9dc5, #4c8094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a6a2, #f4c557, #a1d4e8, #6d9dc5, #4c8094);
}
Paletas de colores similares
- Shades of Purple
- Shades of Red, Blue, and Purple
- Sunset Serenade
- Teal Shades
- Purple Dreams
- Whirling Dreams
- Whispers of Wisteria
- Shades of Yellow
- Shades of Yellow and Blue
- Vortex of Dreams
- Whirling Serenity
- Blushing Sunrise
- Purple Heavy
- Sugar Rush Dreamscape
- Light Blue
- Sunny Nickle
- Cotton Candy Dreamscape
- Oceanic Horizon
Shades of Blue color palette created on .