Paleta de colores Serene Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Harmony

/* CSS */
.color-1 {
color: #4b6a81;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f3b858;
}
.color-4 {
color: #f5b1a3;
}
.color-5 {
color: #d66b99;
}

/* CSS Variables */
:root {
--color-1: #4b6a81;
--color-2: #a3c7e0;
--color-3: #f3b858;
--color-4: #f5b1a3;
--color-5: #d66b99;
}

CSS del degradado de fondo Serene Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6a81, #a3c7e0, #f3b858, #f5b1a3, #d66b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6a81, #a3c7e0, #f3b858, #f5b1a3, #d66b99);
}

Serene Harmony color palette created on .