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: #d2e8f4;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #7dc6d8;
}
.color-4 {
color: #3da5b3;
}
.color-5 {
color: #008a8f;
}
/* CSS Variables */
:root {
--color-1: #d2e8f4;
--color-2: #a3d7e0;
--color-3: #7dc6d8;
--color-4: #3da5b3;
--color-5: #008a8f;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e8f4, #a3d7e0, #7dc6d8, #3da5b3, #008a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e8f4, #a3d7e0, #7dc6d8, #3da5b3, #008a8f);
}
Paletas de colores similares
- Blue Luninaria
- Celestial Harmony
- 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
- Sweet Orchard Delight
- Purple Twilight
Shades of Blue color palette created on .