Paleta de colores Rich Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rich Horizon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rich Horizon

Download rich horizon color palette PNG image (landscape)
Download rich horizon color palette PNG image (square)

CSS de la paleta de colores Rich Horizon

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #496c92;
}
.color-3 {
color: #77a4b6;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #f2e4d4;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #496c92;
--color-3: #77a4b6;
--color-4: #a0d3d4;
--color-5: #f2e4d4;
}

CSS del degradado de fondo Rich Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #496c92, #77a4b6, #a0d3d4, #f2e4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #496c92, #77a4b6, #a0d3d4, #f2e4d4);
}

Rich Horizon color palette created on .