Paleta de colores Blue Soundscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Soundscape palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Soundscape (PNG)

Download blue soundscape color palette PNG image (landscape)
Download blue soundscape color palette PNG image (square)

CSS de la paleta de colores Blue Soundscape

/* CSS */
.color-1 {
color: #053c94;
}
.color-2 {
color: #0d6fd9;
}
.color-3 {
color: #2c9bf6;
}
.color-4 {
color: #6fd8fb;
}
.color-5 {
color: #f6fcde;
}

/* CSS Variables */
:root {
--color-1: #053c94;
--color-2: #0d6fd9;
--color-3: #2c9bf6;
--color-4: #6fd8fb;
--color-5: #f6fcde;
}

CSS del degradado de fondo Blue Soundscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #053c94, #0d6fd9, #2c9bf6, #6fd8fb, #f6fcde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #053c94, #0d6fd9, #2c9bf6, #6fd8fb, #f6fcde);
}

Paletas de colores similares

Blue Soundscape color palette created on .