Paleta de colores Shades of Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #00a1d6;
}
.color-3 {
color: #30aab0;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #ffb3c1;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #00a1d6;
--color-3: #30aab0;
--color-4: #ff6d2e;
--color-5: #ffb3c1;
}

CSS del degradado de fondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #00a1d6, #30aab0, #ff6d2e, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #00a1d6, #30aab0, #ff6d2e, #ffb3c1);
}

Shades of Blue color palette created on .