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:

CSS de la paleta de colores Shades of Blue and Gold

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #69afe8;
}
.color-3 {
color: #387aff;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #69afe8;
--color-3: #387aff;
--color-4: #ffffff;
--color-5: #ffd900;
}

CSS del degradado de fondo Shades of Blue and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #69afe8, #387aff, #ffffff, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #69afe8, #387aff, #ffffff, #ffd900);
}

Shades of Blue and Gold color palette created on .