Paleta de colores Blue Abedúl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Abedúl palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Abedúl

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #b9d7e9;
}
.color-3 {
color: #5d9ec6;
}
.color-4 {
color: #497f92;
}
.color-5 {
color: #294c65;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #b9d7e9;
--color-3: #5d9ec6;
--color-4: #497f92;
--color-5: #294c65;
}

CSS del degradado de fondo Blue Abedúl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #b9d7e9, #5d9ec6, #497f92, #294c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #b9d7e9, #5d9ec6, #497f92, #294c65);
}

Blue Abedúl color palette created on .