Paleta de colores Serene Horizons

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Horizons palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Horizons

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4d6f8f;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #ea5939;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4d6f8f;
--color-3: #a3c7e0;
--color-4: #f5b400;
--color-5: #ea5939;
}

CSS del degradado de fondo Serene Horizons

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4d6f8f, #a3c7e0, #f5b400, #ea5939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4d6f8f, #a3c7e0, #f5b400, #ea5939);
}

Serene Horizons color palette created on .