Paleta de colores Blue Trapped

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Trapped palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Trapped

/* CSS */
.color-1 {
color: #ffd270;
}
.color-2 {
color: #9ebaff;
}
.color-3 {
color: #579dff;
}
.color-4 {
color: #0058e6;
}
.color-5 {
color: #003f9e;
}

/* CSS Variables */
:root {
--color-1: #ffd270;
--color-2: #9ebaff;
--color-3: #579dff;
--color-4: #0058e6;
--color-5: #003f9e;
}

CSS del degradado de fondo Blue Trapped

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd270, #9ebaff, #579dff, #0058e6, #003f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd270, #9ebaff, #579dff, #0058e6, #003f9e);
}

Blue Trapped color palette created on .