Paleta de colores Oswald Bright

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oswald Bright palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Oswald Bright

Download oswald bright color palette PNG image (landscape)
Download oswald bright color palette PNG image (square)

CSS de la paleta de colores Oswald Bright

/* CSS */
.color-1 {
color: #4a4b59;
}
.color-2 {
color: #6c6d7a;
}
.color-3 {
color: #a5a8b6;
}
.color-4 {
color: #c7c9e0;
}
.color-5 {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--color-1: #4a4b59;
--color-2: #6c6d7a;
--color-3: #a5a8b6;
--color-4: #c7c9e0;
--color-5: #f5f7ff;
}

CSS del degradado de fondo Oswald Bright

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4b59, #6c6d7a, #a5a8b6, #c7c9e0, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4b59, #6c6d7a, #a5a8b6, #c7c9e0, #f5f7ff);
}

Oswald Bright color palette created on .