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: #f9b1ae;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #5b8b7b;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4d35d;
--color-3: #a7d7b8;
--color-4: #4ccdc4;
--color-5: #5b8b7b;
}

CSS del degradado de fondo Serene Horizons

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4d35d, #a7d7b8, #4ccdc4, #5b8b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4d35d, #a7d7b8, #4ccdc4, #5b8b7b);
}

Serene Horizons color palette created on .