Paleta de colores Blue Hedron

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Hedron palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Hedron

/* CSS */
.color-1 {
color: #394c60;
}
.color-2 {
color: #4b7f9b;
}
.color-3 {
color: #a1c6d4;
}
.color-4 {
color: #f1e7d5;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #394c60;
--color-2: #4b7f9b;
--color-3: #a1c6d4;
--color-4: #f1e7d5;
--color-5: #f9b1ae;
}

CSS del degradado de fondo Blue Hedron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #394c60, #4b7f9b, #a1c6d4, #f1e7d5, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #394c60, #4b7f9b, #a1c6d4, #f1e7d5, #f9b1ae);
}

Blue Hedron color palette created on .