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: #597f9b;
}
.color-2 {
color: #a3b2c7;
}
.color-3 {
color: #d1e1f0;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #597f9b;
--color-2: #a3b2c7;
--color-3: #d1e1f0;
--color-4: #f1b74b;
--color-5: #ff6e61;
}

CSS del degradado de fondo Serene Horizons

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #597f9b, #a3b2c7, #d1e1f0, #f1b74b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #597f9b, #a3b2c7, #d1e1f0, #f1b74b, #ff6e61);
}

Serene Horizons color palette created on .