Paleta de colores Serene Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Horizon palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Horizon

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b7e4f0;
}
.color-3 {
color: #f1f7d4;
}
.color-4 {
color: #f6c1c1;
}
.color-5 {
color: #f5b2ca;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b7e4f0;
--color-3: #f1f7d4;
--color-4: #f6c1c1;
--color-5: #f5b2ca;
}

CSS del degradado de fondo Serene Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b7e4f0, #f1f7d4, #f6c1c1, #f5b2ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b7e4f0, #f1f7d4, #f6c1c1, #f5b2ca);
}

Serene Horizon color palette created on .