Paleta de colores Black Sapphire Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black Sapphire Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Black Sapphire Shades

/* CSS */
.color-1 {
color: #0e1d2a;
}
.color-2 {
color: #294c65;
}
.color-3 {
color: #4b7b91;
}
.color-4 {
color: #6ab9b2;
}
.color-5 {
color: #a4dad1;
}

/* CSS Variables */
:root {
--color-1: #0e1d2a;
--color-2: #294c65;
--color-3: #4b7b91;
--color-4: #6ab9b2;
--color-5: #a4dad1;
}

CSS del degradado de fondo Black Sapphire Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e1d2a, #294c65, #4b7b91, #6ab9b2, #a4dad1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e1d2a, #294c65, #4b7b91, #6ab9b2, #a4dad1);
}

Black Sapphire Shades color palette created on .