Loading...

Paleta de colores Shades of Blue and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue and Gold palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Blue and Gold (PNG)

Download shades of blue and gold color palette PNG image (landscape)
Download shades of blue and gold color palette PNG image (square)

CSS de la paleta de colores Shades of Blue and Gold

/* CSS */
.color-1 {
color: #4b3d8a;
}
.color-2 {
color: #6d63b0;
}
.color-3 {
color: #a7a5d9;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #d57a20;
}

/* CSS Variables */
:root {
--color-1: #4b3d8a;
--color-2: #6d63b0;
--color-3: #a7a5d9;
--color-4: #f7b32b;
--color-5: #d57a20;
}

CSS del degradado de fondo Shades of Blue and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8a, #6d63b0, #a7a5d9, #f7b32b, #d57a20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8a, #6d63b0, #a7a5d9, #f7b32b, #d57a20);
}

Shades of Blue and Gold color palette created on .