Paleta de colores Sunlit Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Horizon palette

Compartir esta paleta en:

Descargar la paleta de colores Sunlit Horizon (PNG)

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

CSS de la paleta de colores Sunlit Horizon

/* CSS */
.color-1 {
color: #3b9fd8;
}
.color-2 {
color: #87c95e;
}
.color-3 {
color: #d7d5c1;
}
.color-4 {
color: #f5e56b;
}
.color-5 {
color: #ed7c50;
}

/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #87c95e;
--color-3: #d7d5c1;
--color-4: #f5e56b;
--color-5: #ed7c50;
}

CSS del degradado de fondo Sunlit Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #87c95e, #d7d5c1, #f5e56b, #ed7c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #87c95e, #d7d5c1, #f5e56b, #ed7c50);
}

Sunlit Horizon color palette created on .